Gets or sets the result object base that is used to create the console parent node. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As ConsoleParentNode
Dim value As ResultObjectBase

value = instance.ResultObject

instance.ResultObject = value

Syntax

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

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_ResultObject (ResultObjectBase value)
JScript
DebuggerStepThroughAttribute 
public function get ResultObject () : ResultObjectBase

DebuggerStepThroughAttribute 
public function set ResultObject (value : ResultObjectBase)

Property Value

ResultObjectBase object.

Remarks

This property is used to update user interface elements, because the description for the console parent node is contained in the result object base.


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