Vorheriges Thema: Contract Parameter Methods

Nächstes Thema: GetContractStatus

GetContractParameters

Description

This method gets all contract level parameters for the specified contract version.

Syntax

ParametersCollection GetContractParameters (long ContractVersionID);

Parameters

Name

Type

Description

ContractVersionID

long

The ID of the contract version.

Return Value

The parameters of the contract version, as type ParametersCollection.

Remarks

None.