RevokeAccessRequest.Target Field

banner art

Specifies the entity that is the target of the revoke access operation.

Syntax

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

Remarks

Set the value of this field to an instance of the TargetOwned class for the entity type of which you are revoking access. For example, if you are revoking access to an account, set this field to an instance of the TargetOwnedAccount class.

See Also

© 2007 Microsoft Corporation. All rights reserved.