UpdateInfoBase.UpdateId Property

 

Gets the unique identifier for the update.

Namespace:   Microsoft.ClusterAwareUpdating
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

[DataMemberAttribute(IsRequired = true)]
public string UpdateId { get; private set; }
public:
[DataMemberAttribute(IsRequired = true)]
property String^ UpdateId {
    String^ get();
    private: void set(String^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member UpdateId : string with get, private set
<DataMemberAttribute(IsRequired := True)>
Public Property UpdateId As String
    Get
    Private Set
End Property

Property Value

Type: System.String

Returns a String containing the unique identifier for the update.

See Also

IClusterNodeUpdater
IClusterUpdatingPlugin
UpdateInfoBase Class
Microsoft.ClusterAwareUpdating Namespace

Return to top