GetServerTimeZonesType.Ids Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.