Share via


RelationshipEndpoint Enumeration

[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

'Usage
Dim instance As RelationshipEndpoint

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration RelationshipEndpoint
[SerializableAttribute] 
public enum RelationshipEndpoint
[SerializableAttribute] 
public enum class RelationshipEndpoint
/** @attribute SerializableAttribute() */ 
public enum RelationshipEndpoint
SerializableAttribute 
public enum RelationshipEndpoint

Members

Member name Description
Any Indicates that the relationship endpoint is either a source, or a target, or unset.
Source Indicates that the relationship endpoint is source.
Target Indicates that the relationship endpoint is target.
Unset Indicates that the relationship endpoint is unset.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

Microsoft.EnterpriseManagement.Security Namespace