RelationshipRoleStateInfo.Value Field

banner art

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

© 2007 Microsoft Corporation. All rights reserved.