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

Visual Basic
Dim instance As SmsFormViewControlBase
Dim value As FormView

value = instance.NodeFormView

instance.NodeFormView = value

Syntax

Visual Basic
Public Property NodeFormView As FormView
C#
public FormView NodeFormView { get; set; }
C++
public:
property FormView^ NodeFormView {
		FormView^ get ();
		void set (FormView^ value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public FormView get_NodeFormView ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_NodeFormView (FormView value)
JScript
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