Vorheriges Thema: GetServiceDefinitionTimeSlots

Nächstes Thema: ServiceDefinition Metrics Methods

GetServiceDefinitionCustomAttributes

Description

This method gets all custom attributes for the specified service definition.

Syntax

CustomAttributesCollection GetServiceDefinitionCustomAttributes (long serviceDefinitionFolderItemID);

Parameters

Name

Type

Description

serviceDefinitionFolderItemID

long

The ID of the service definition folder item.

Return Value

The custom attributes, as type CustomAttributesCollection.

Remarks

None.