Share via


CauOrchestratorBaseCommand.RunId Property

 

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

Syntax

protected Guid RunId { get; private set; }
protected:
property Guid RunId {
    Guid get();
    private: void set(Guid value);
}
member RunId : Guid with get, private set
Protected Property RunId As Guid
    Get
    Private Set
End Property

Property Value

Type: System.Guid

See Also

CauOrchestratorBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top