XMLDA.NET Reference
SupportedLocaleIDs Property
See Also  Send Feedback
xmldanet.xmlda Namespace > ServerStatus Class : SupportedLocaleIDs Property

Glossary Item Box

1 or more Locale Ids supported by the server. The server may not support all localeIDs for each item. Required element.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ServerStatus
Dim value() As String
 
instance.SupportedLocaleIDs = value
 
value = instance.SupportedLocaleIDs
C# 
[XmlElementAttribute(Order=2, ElementName="SupportedLocaleIDs")]
public string[] SupportedLocaleIDs {get; set;}

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

>

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.