AlertSubscriptionConfiguration.ThreeLetterWindowsLanguageName Property
Applies To: Operations Manager for System Center 2012
Gets or sets the optional language three letter language code for the alert subscription.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public string ThreeLetterWindowsLanguageName { get; set; }
public:
property String^ ThreeLetterWindowsLanguageName {
String^ get();
void set(String^ value);
}
member ThreeLetterWindowsLanguageName : string with get, set
Public Property ThreeLetterWindowsLanguageName As String
Property Value
Type: System.String
Returns a String that contains the three letter language code for the alert subscription.
See Also
AlertSubscriptionConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top