SmsFormViewControlBase.NodeFormView Property

Gets or sets the Microsoft Management Console form view that allows a Windows Forms object to be placed in the results pane for the node. This property supports the Configuration Manager infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim instance As SmsFormViewControlBase
Dim value As FormView

value = instance.NodeFormView

instance.NodeFormView = value

Syntax

'Declaration
Public Property NodeFormView As FormView
public FormView NodeFormView { get; set; }
public:
property FormView^ NodeFormView {
    FormView^ get ();
    void set (FormView^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public FormView get_NodeFormView ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_NodeFormView (FormView value)
DebuggerStepThroughAttribute 
public function get NodeFormView () : FormView

DebuggerStepThroughAttribute 
public function set NodeFormView (value : FormView)

Property Value

Microsoft.ManagementConsole.FormView object.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

SmsFormViewControlBase Class
SmsFormViewControlBase Members
Microsoft.ConfigurationManagement.AdminConsole Namespace