ConsoleParentNode.ResultObject Property
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
'Usage
Dim instance As ConsoleParentNode
Dim value As ResultObjectBase
value = instance.ResultObject
instance.ResultObject = value
Syntax
'Declaration
Public Property ResultObject As ResultObjectBase
public ResultObjectBase ResultObject { get; set; }
public:
property ResultObjectBase^ ResultObject {
ResultObjectBase^ get ();
void set (ResultObjectBase^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public ResultObjectBase get_ResultObject ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_ResultObject (ResultObjectBase value)
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
Reference
ConsoleParentNode Class
ConsoleParentNode Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
ResultObjectBase