[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Defines object projection options. Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As ObjectProjectionOptions

Syntax

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

Members

Member name Description
Default Specifies that the user wants the default behavior.
RelationshipExists Specifies that the relationship to the object exists.

Platforms

Development Platforms

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

Target Platforms

Windows Server 2008,Windows Server 2003

See Also