CustomMonitoringEventMessage.Locale Property

Updated: April 16, 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)Dim instance As CustomMonitoringEventMessage Dim value As CultureInfo value = instance.Locale instance.Locale = valuePublic Property Locale As CultureInfopublic CultureInfo Locale { get; set; }public: property CultureInfo^ Locale { CultureInfo^ get (); void set (CultureInfo^ value); }/** @property */ public CultureInfo get_Locale () /** @property */ public void set_Locale (CultureInfo value) public function get Locale () : CultureInfo public function set Locale (value : CultureInfo) Property ValueReturns a CultureInfo object that defines the locale for the language of the event message.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms