ScopeNode.ViewDescriptions Property

 

Gets or sets the view descriptions that are supported by the scope node.

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

Syntax

public ViewDescriptionCollection ViewDescriptions { get; set; }
public:
property ViewDescriptionCollection^ ViewDescriptions {
    ViewDescriptionCollection^ get();
    void set(ViewDescriptionCollection^ value);
}
member ViewDescriptions : ViewDescriptionCollection with get, set
Public Property ViewDescriptions As ViewDescriptionCollection

Property Value

Type: Microsoft.ManagementConsole.ViewDescriptionCollection

The collection of view descriptions that are supported by the scope node.

See Also

ScopeNode Class
Microsoft.ManagementConsole Namespace

Return to top