Share via


QueryProcessorSetupEventArgs.ItemCount Property

Gets the count of items in the result set for the query.

Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim instance As QueryProcessorSetupEventArgs
Dim value As Integer

value = instance.ItemCount

Syntax

'Declaration
Public ReadOnly Property ItemCount As Integer
public int ItemCount { get; }
public:
property int ItemCount {
    int get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public int get_ItemCount ()
DebuggerStepThroughAttribute 
public function get ItemCount () : int

Property Value

Count of items in the result set.

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

QueryProcessorSetupEventArgs Class
QueryProcessorSetupEventArgs Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace