ILicenseAgreement.Id Property
Applies To: Windows Server Update Services
Retrieves the unique identifier of the license agreement.
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
Unique identifier of the license agreement.
See Also
ILicenseAgreement Interface
Microsoft.UpdateServices.Administration Namespace
Return to top