SnapInAboutAttribute.DescriptionId Property

 

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

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

Syntax

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

Property Value

Type: System.Int32

The description Id

See Also

SnapInAboutAttribute Class
Microsoft.ManagementConsole Namespace

Return to top