Share via


CauOrchestratorBaseCommand.Plugin Property

 

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

Syntax

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

Property Value

Type: Microsoft.ClusterAwareUpdating.IClusterUpdatingPlugin

See Also

CauOrchestratorBaseCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top