SnapInAboutAttribute.DisplayNameId Property
Gets or sets the display name of the snap-in.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public int DisplayNameId { get; set; }
public:
property int DisplayNameId {
int get();
void set(int value);
}
member DisplayNameId : int with get, set
Public Property DisplayNameId As Integer
Property Value
Type: System.Int32
The display name
See Also
SnapInAboutAttribute Class
Microsoft.ManagementConsole Namespace
Return to top