ISubscriptionEvent.Id Property

 

Applies To: Windows Server Update Services

Gets the GUID of the subscription event.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

Guid Id { get; }
property Guid Id {
    Guid get();
}
abstract Id : Guid with get
ReadOnly Property Id As Guid

Property Value

Type: System.Guid

The GUID of the ISubscriptionEvent.

Remarks

Every event in the system has a unique GUID. This GUID is unique not just for ISubscriptionEvent objects, but amongst all events.

See Also

ISubscriptionEvent Interface
Microsoft.UpdateServices.Administration Namespace

Return to top