GetCauPluginCommand.Name Property

 

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

Syntax

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

Property Value

Type: System.String

See Also

GetCauPluginCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top