GetTimeZoneCodeByLocalizedNameRequest.LocalizedStandardName Property
Applies To: Dynamics CRM 2015
Gets or sets the localized name to search for.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public string LocalizedStandardName { get; set; }
public:
property String^ LocalizedStandardName {
String^ get();
void set(String^ value);
}
member LocalizedStandardName : string with get, set
Public Property LocalizedStandardName As String
Property Value
Type: System.String
Type: String
The localized name to search for.
Remarks
For example, for the Western Time Zone in the United States and Canada, specify "Pacific Standard Time" or, for summer, “Pacific Daylight Time”.
See Also
GetTimeZoneCodeByLocalizedNameRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright