SnapInAboutAttribute.VersionId Property

 

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

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

Syntax

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

Property Value

Type: System.Int32

The version Id

See Also

SnapInAboutAttribute Class
Microsoft.ManagementConsole Namespace

Return to top