Share via


TargetUpdateRole.Role Field

banner art

Specifies the role entity.

Syntax

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

Remarks

To update fields in an role, create an instance of the role 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.