CauOrchestratorBaseCommand.ClusterName Property
Namespace: Microsoft.ClusterAwareUpdating.Commands
Assembly: ClusterAwareUpdating (in ClusterAwareUpdating.dll)
Syntax
[ParameterAttribute(Mandatory = false, Position = 0)]
[ValidateNotNullOrEmptyAttribute]
public string ClusterName { get; set; }
public:
[ParameterAttribute(Mandatory = false, Position = 0)]
[ValidateNotNullOrEmptyAttribute]
property String^ ClusterName {
String^ get();
void set(String^ value);
}
[<ParameterAttribute(Mandatory = false, Position = 0)>]
[<ValidateNotNullOrEmptyAttribute>]
member ClusterName : string with get, set
<ParameterAttribute(Mandatory := False, Position := 0)>
<ValidateNotNullOrEmptyAttribute>
Public Property ClusterName As String
Property Value
Type: System.String
See Also
CauOrchestratorBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace
Return to top