Share via


InvokeCauRunCommand.ConfigurationName Property

 

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

Syntax

[ParameterAttribute(ParameterSetName = "DefaultParamSet")]
public string ConfigurationName { get; set; }
public:
[ParameterAttribute(ParameterSetName = "DefaultParamSet")]
property String^ ConfigurationName {
    String^ get();
    void set(String^ value);
}
[<ParameterAttribute(ParameterSetName = "DefaultParamSet")>]
member ConfigurationName : string with get, set
<ParameterAttribute(ParameterSetName := "DefaultParamSet")>
Public Property ConfigurationName As String

Property Value

Type: System.String

See Also

InvokeCauRunCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top