ViewDescription.ViewType Property

 

Gets or sets the Type of the derived view to create.

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

Syntax

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

Property Value

Type: System.Type

The type of the view to create

Remarks

Setting this property does not change the view type for existing view instances. Only future view instances are affected.

See Also

ViewDescription Class
Microsoft.ManagementConsole Namespace

Return to top