Share via


RetrieveRequest.Target Field

banner art

Specifies the entity that is the target of the retrieve operation.

Syntax

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

Remarks

Set the value of this field to an instance of the TargetRetrieve class for the entity type you are retrieving. For example, if you are retrieving a campaign, set this field to an instance of the TargetRetrieveCampaign class.

See Also

© 2007 Microsoft Corporation. All rights reserved.