Share via


RenewContractRequest.ContractId Field

banner art

Specifies the ID of the contract to be renewed.

Syntax

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

Remarks

The ContractId field corresponds to contract.contractid field, which is the primary key for the contract entity.

See Also

© 2007 Microsoft Corporation. All rights reserved.