Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the snap-in vendor.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public string Vendor { get; set; }
public:
property String^ Vendor {
String^ get();
void set(String^ value);
}
member Vendor : string with get, set
Public Property Vendor As String
Property Value
Type: System.String
The name of the vendor
See Also
SnapInSettingsAttribute Class
Microsoft.ManagementConsole Namespace
Return to top