Share via


RenewContractRequest.ReturnDynamicEntities Field

banner art

Specifies whether the result of the operation contains an instance of the contract class or the DynamicEntity class.

Syntax

[Visual Basic .NET]
Public Field ReturnDynamicEntities As Boolean
[C#]
public bool ReturnDynamicEntities;
[JScript]
public var ReturnDynamicEntities : Boolean;

Remarks

Use true to return an instance of DynamicEntity; otherwise, use false, which is the default, to return an instance of contract.

See Also

© 2007 Microsoft Corporation. All rights reserved.