Share via


CustomMonitoringEventMessage.LocaleId Property

 

Applies To: Operations Manager for System Center 2012

Gets the identifier for the locale.

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

Syntax

[DataMemberAttribute(IsRequired = true)]
public int LocaleId { get; internal set; }
public:
[DataMemberAttribute(IsRequired = true)]
property int LocaleId {
    int get();
    internal: void set(int value);
}
[<DataMemberAttribute(IsRequired = true)>]
member LocaleId : int with get, internal set
<DataMemberAttribute(IsRequired := True)>
Public Property LocaleId As Integer
    Get
    Friend Set
End Property

Property Value

Type: System.Int32

Returns a Int32 identifier for the locale.

See Also

CustomMonitoringEventMessage Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top