SynchronizationUpdateErrorInfo.UpdateId Property
Applies To: Windows Server Update Services
The GUID of the failed update.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public UpdateRevisionId UpdateId { get; }
public:
property UpdateRevisionId^ UpdateId {
UpdateRevisionId^ get();
}
member UpdateId : UpdateRevisionId with get
Public ReadOnly Property UpdateId As UpdateRevisionId
Property Value
Type: Microsoft.UpdateServices.Administration.UpdateRevisionId
The GUID of the failed update. For details, see UpdateRevisionId.
See Also
SynchronizationUpdateErrorInfo Class
Microsoft.UpdateServices.Administration Namespace
Return to top