RelationshipRoleStateInfo.Value Field
Specifies the raw value for the relationship role state.
Syntax
[Visual Basic .NET]
Public Field Value As RelationshipRoleState
[C#]
public RelationshipRoleState Value;
[JScript]
public var Value : RelationshipRoleState;
Remarks
This field takes one of the RelationshipRoleState enumeration values.
See Also