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

Visual Basic
Dim instance As QueryProcessorSetupEventArgs
Dim value As Integer

value = instance.ItemCount

Syntax

Visual Basic
Public ReadOnly Property ItemCount As Integer
C#
public int ItemCount { get; }
C++
public:
property int ItemCount {
		int get ();
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public int get_ItemCount ()
JScript
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