PublishesNodeTypeAttribute.Description Property

 

Gets the description of the node type.

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

Syntax

public string Description { get; set; }
public:
property String^ Description {
    String^ get();
    void set(String^ value);
}
member Description : string with get, set
Public Property Description As String

Property Value

Type: System.String

The description of the node type

See Also

PublishesNodeTypeAttribute Class
Microsoft.ManagementConsole Namespace

Return to top