SnapInSettingsAttribute.PrivateBinPath Property

 

Gets or sets the private binary path for the snap-in.

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

Syntax

public string PrivateBinPath { get; set; }
public:
property String^ PrivateBinPath {
    String^ get();
    void set(String^ value);
}
member PrivateBinPath : string with get, set
Public Property PrivateBinPath As String

Property Value

Type: System.String

The private binary path

See Also

SnapInSettingsAttribute Class
Microsoft.ManagementConsole Namespace

Return to top