RelationshipEndpoint Enumeration

System Center

Updated: April 25, 2012

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents the relationship endpoint.

Namespace: Microsoft.EnterpriseManagement.Security
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

'Usage
Dim instance As RelationshipEndpoint

[SerializableAttribute] 
public enum class RelationshipEndpoint
/** @attribute SerializableAttribute() */ 
public enum RelationshipEndpoint
SerializableAttribute 
public enum RelationshipEndpoint

Member nameDescription
AnyIndicates that the relationship endpoint is either a source, or a target, or unset.
SourceIndicates that the relationship endpoint is source.
TargetIndicates that the relationship endpoint is target.
UnsetIndicates that the relationship endpoint is unset.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003
 
Show: