UpdateInfoBase.SourcePlugin Property

 

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

Syntax

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

Property Value

Type: System.String

See Also

UpdateInfoBase Class
Microsoft.ClusterAwareUpdating Namespace

Return to top