CauPlugin.BinaryPath Property
Namespace: Microsoft.ClusterAwareUpdating
Assembly: ClusterAwareUpdating (in ClusterAwareUpdating.dll)
Syntax
public string BinaryPath { get; private set; }
public:
property String^ BinaryPath {
String^ get();
private: void set(String^ value);
}
member BinaryPath : string with get, private set
Public Property BinaryPath As String
Get
Private Set
End Property
Property Value
Type: System.String
See Also
CauPlugin Class
Microsoft.ClusterAwareUpdating Namespace
Return to top