TestCauSetupCommand.ClusterName Property

 

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

Syntax

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

Property Value

Type: System.String

See Also

TestCauSetupCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top