Share via


ClusterUpdatingPluginAttribute.PluginName Property

 

Gets the name of the plug-in.

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

Syntax

public string PluginName { get; private set; }
public:
property String^ PluginName {
    String^ get();
    private: void set(String^ value);
}
member PluginName : string with get, private set
Public Property PluginName As String
    Get
    Private Set
End Property

Property Value

Type: System.String

Returns a String containing the name of the plug-in.

Remarks

This plug-in name should be unique. Including your company and product name is a common way to ensure a unique name, such as "Contoso.Product.CauPlugin".

See Also

IClusterNodeUpdater
IClusterUpdatingPlugin
ClusterUpdatingPluginAttribute Class
Microsoft.ClusterAwareUpdating Namespace

Return to top