RenewContractResponse.BusinessEntity Field
Contains the resulting contract.
Syntax
[Visual Basic .NET]
Public Field BusinessEntity As BusinessEntity
[C#]
public BusinessEntity BusinessEntity;
[JScript]
public var BusinessEntity : BusinessEntity;
Remarks
This field represents a subclass of BusinessEntity. By default, the BusinessEntity field contains an instance of the contract class. If the ReturnDynamicEntities field was set to true in the request, the BusinessEntity field contains an instance of the DynamicEntity class.
See Also