Share via


CauOrchestratorBaseCommand.RootActivity Property

 

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

Syntax

protected abstract string RootActivity { get; }
protected:
property String^ RootActivity {
    virtual String^ get() abstract;
}
abstract RootActivity : string with get
Protected MustOverride ReadOnly Property RootActivity As String

Property Value

Type: System.String

See Also

CauOrchestratorBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top