QueryProcessorObjectEventArgs.ResultObject Property
Gets or sets the result object for the query.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As QueryProcessorObjectEventArgs
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.
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
QueryProcessorObjectEventArgs Class
QueryProcessorObjectEventArgs Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
ResultObjectBase