TestCauSetupCommand.ClusterName Property
Namespace: Microsoft.ClusterAwareUpdating.Commands
Assembly: ClusterAwareUpdating (in ClusterAwareUpdating.dll)
[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
Type: System.String
TestCauSetupCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace
Return to top