Share via


RollupRequest.Target Field

banner art

Specifies the target of the rollup action.

Syntax

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

Remarks

Set the value of this field to an instance of the TargetRollup class for the entity type for which you are roll up related entity instances. For example, if you are rolling up contracts for an account, set this field to an instance of the TargetRollupContractByAccount class.

See Also

© 2007 Microsoft Corporation. All rights reserved.