Share via


CustomMonitoringEventMessage.Locale Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the locale for the language of the event message.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public CultureInfo Locale { get; set; }
public:
property CultureInfo^ Locale {
    CultureInfo^ get();
    void set(CultureInfo^ value);
}
member Locale : CultureInfo with get, set
Public Property Locale As CultureInfo

Property Value

Type: System.Globalization.CultureInfo

Returns a CultureInfo object that defines the locale for the language of the event message.

See Also

CustomMonitoringEventMessage Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top