Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the NT event ID for the message.
Namespace: Microsoft.ConfigurationManagement.Messaging.StatusMessages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[StatusMessagePropertyAttribute("EventID")]
public Nullable<int> EventId { get; set; }
public:
[StatusMessagePropertyAttribute("EventID")]
property Nullable<int> EventId {
Nullable<int> get();
void set(Nullable<int> value);
}
<StatusMessagePropertyAttribute("EventID")>
Public Property EventId As Nullable(Of Integer)
Property Value
Type: System.Nullable<Int32>
See Also
CcmEvent Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace
Return to top