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
Syntax
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
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