RetrieveSharedPrincipalsAndAccessRequest.Target Field

banner art

Specifies the entity that is the target of the retrieve shared principal 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 you are retrieving. For example, if you are retrieving access for an account, set this field to an instance of the TargetOwnedAccount class.

See Also

© 2007 Microsoft Corporation. All rights reserved.