Argomento precedente: GetContractTimeSlots

Argomento successivo: Contract Metric Registration Methods

GetContractCustomAttributes

Description

This method gets all custom attributes for the specified contract version.

Syntax

CustomAttributesCollection GetContractCustomAttributes (long SlaVersionID);

Parameters

Name

Type

Description

SlaVersionID

long

The ID of the contract version.

Return Value

The custom attributes, as type CustomAttributesCollection.

Remarks

None.