SnapInAboutAttribute.VendorId Property

 

Gets or sets the vendor Id of the snap-in.

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

Syntax

public int VendorId { get; set; }
public:
property int VendorId {
    int get();
    void set(int value);
}
member VendorId : int with get, set
Public Property VendorId As Integer

Property Value

Type: System.Int32

The vendor Id

See Also

SnapInAboutAttribute Class
Microsoft.ManagementConsole Namespace

Return to top