RelationshipRoleState Enumeration

banner art

Specifies the possible states for a relationship role.

Syntax

[Visual Basic .NET]
Public Enum RelationshipRoleState
[C#]
public enum RelationshipRoleState
[JScript]
public enum RelationshipRoleState

Members

Name Status Reason Description
Active 0 Specifies that the relationship role is active.
Inactive 1 Specifies that the relationship role is inactive.

Remarks

Used for the RelationshipRoleStateInfo.Value field.

The values for relationship role status reason are not customizable.

See Also

© 2007 Microsoft Corporation. All rights reserved.