GetServerTimeZonesType.Ids Property

Definition

The Ids property gets or sets an array of identifiers that represent the requested time zone definitions.

public:
 property cli::array <System::String ^> ^ Ids { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] Ids { get; set; }
Public Property Ids As String()

Property Value

String[]

The value of the Ids property is an array of strings that represent the identifiers of the requested time zone definitions.

Remarks

If this property is not specified in the GetServerTimeZones operation request, all time zone definitions that are available on the server are returned in the response.

Applies to