Share via


UpdateInfoBase.NodeName Property

 

Gets the name of the node that was updated.

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

Syntax

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

Property Value

Type: System.String

Returns a String containing the name of the node where the update was found, staged, or installed.

Remarks

Because of a contract between the CAU plug-in and the CAU Update Coordinator, the node name must not be null or empty.

See Also

IClusterNodeUpdater
IClusterUpdatingPlugin
UpdateInfoBase Class
Microsoft.ClusterAwareUpdating Namespace

Return to top