Share via


TargetUpdateRelationshipRole.RelationshipRole Field

banner art

Specifies the relationship role entity.

Syntax

[Visual Basic .NET]
Public Field RelationshipRole As relationshiprole
[C#]
public relationshiprole RelationshipRole;
[JScript]
public var RelationshipRole : relationshiprole;

Remarks

To update fields in a relationship role, create an instance of the relationshiprole class and set the fields that you wish to update. Only those fields that are set will be updated in the database.

See Also

© 2007 Microsoft Corporation. All rights reserved.