[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Defines the default behavior for instances when a property list is not specified. Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As ObjectPropertyRetrievalBehavior

Syntax

Visual Basic
Public Enumeration ObjectPropertyRetrievalBehavior
C#
public enum ObjectPropertyRetrievalBehavior
C++
public enum class ObjectPropertyRetrievalBehavior
J#
public enum ObjectPropertyRetrievalBehavior
JScript
public enum ObjectPropertyRetrievalBehavior

Members

Member name Description
All Specifies the retrieval of all the properties of the instance.
None Specifies the retrieval of no properties of the instance.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also