Vorheriges Thema: ServiceDefinition Parameters Methods

Nächstes Thema: DeleteServiceDefinitionParameter

GetServiceDefinitionParameters

Description

This method gets all contract level parameters for the specified service definition.

Syntax

ParametersCollection GetServiceDefinitionParameters (long serviceDefinitionFolderItemID);

Parameters

Name

Type

Description

serviceDefinitionFolderItemID

long

The ID of the service definition folder item.

Return Value

The service definition parameters, as type ParametersCollection.

Remarks

None.