Share via


InvokeCauRunCommand.PostUpdateScript Property

 

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

Syntax

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

Property Value

Type: System.String

See Also

InvokeCauRunCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top