SnapInSettingsAttribute.PrivateBinPathProbe Property
Gets or sets the private binary path probe for the snap-in.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public string PrivateBinPathProbe { get; set; }
public:
property String^ PrivateBinPathProbe {
String^ get();
void set(String^ value);
}
member PrivateBinPathProbe : string with get, set
Public Property PrivateBinPathProbe As String
Property Value
Type: System.String
The private binary path probe
See Also
SnapInSettingsAttribute Class
Microsoft.ManagementConsole Namespace
Return to top