CustomMonitoringEvent.PublisherId Property
Applies To: Operations Manager for System Center 2012
Gets the globally unique identifier (GUID) for the event publisher.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public Guid PublisherId { get; }
public:
property Guid PublisherId {
Guid get();
}
member PublisherId : Guid with get
Public ReadOnly Property PublisherId As Guid
Property Value
Type: System.Guid
Returns the Guid for the event publisher.
See Also
CustomMonitoringEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top