Freigeben über


CustomMonitoringEvent.LoggingComputer Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the name of the computer that logged the event.

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

Syntax

[DataMemberAttribute(IsRequired = true)]
public string LoggingComputer { get; set; }
public:
[DataMemberAttribute(IsRequired = true)]
property String^ LoggingComputer {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member LoggingComputer : string with get, set
<DataMemberAttribute(IsRequired := True)>
Public Property LoggingComputer As String

Property Value

Type: System.String

Returns a String that contains the name of the computer that logged the event.

See Also

CustomMonitoringEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top