Share via


DisableCauClusterRoleCommand.ClusterName Property

 

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

Syntax

[ParameterAttribute(Position = 0)]
public string ClusterName { get; set; }
public:
[ParameterAttribute(Position = 0)]
property String^ ClusterName {
    String^ get();
    void set(String^ value);
}
[<ParameterAttribute(Position = 0)>]
member ClusterName : string with get, set
<ParameterAttribute(Position := 0)>
Public Property ClusterName As String

Property Value

Type: System.String

See Also

DisableCauClusterRoleCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top