EnterpriseManagementGroup.CurrentCountryCode Property
Gets the ISO 639-2 three-letter code of the current culture with the default code appended.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim instance As EnterpriseManagementGroup
Dim value As String
value = instance.CurrentCountryCode
Syntax
'Declaration
Public ReadOnly Property CurrentCountryCode As String
public string CurrentCountryCode { get; }
public:
property String^ CurrentCountryCode {
String^ get ();
}
/** @property */
public String get_CurrentCountryCode ()
public function get CurrentCountryCode () : String
Property Value
The ISO 639-2 code of the current connection.
Remarks
You can use the CurrentCountryCode property to obtain localized text for the management pack elements. You can use the OriginalCountryCode property provided in connection settings or you can use the CurrentCulture and the default ISO 639-2code that is always defined as ENU.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
EnterpriseManagementGroup Class
EnterpriseManagementGroup Members
Microsoft.EnterpriseManagement Namespace