次の方法で共有


MonitoringEvent.LoggingComputer Property

 

Applies To: Operations Manager for System Center 2012

Gets the computer that logged this event.

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

Syntax

public string LoggingComputer { get; }
public:
property String^ LoggingComputer {
    String^ get();
}
member LoggingComputer : string with get
Public ReadOnly Property LoggingComputer As String

Property Value

Type: System.String

Returns a String that is the name of the computer that logged this event.

See Also

MonitoringEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top