InstanceQueryExecuteArgs.Count Property
Gets or sets the instance value of count.
Namespace: Microsoft.ApplicationServer.StoreManagement.Query
Assembly: Microsoft.ApplicationServer.StoreManagement (in microsoft.applicationserver.storemanagement.dll)
Usage
'Usage
Dim instance As InstanceQueryExecuteArgs
Dim value As Nullable(Of Integer)
value = instance.Count
instance.Count = value
Syntax
'Declaration
Public Property Count As Nullable(Of Integer)
public Nullable<int> Count { get; set; }
public:
property Nullable<int> Count {
Nullable<int> get ();
void set (Nullable<int> value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public Nullable<int> get_Count ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_Count (Nullable<int> value)
CompilerGeneratedAttribute
public function get Count () : Nullable<int>
CompilerGeneratedAttribute
public function set Count (value : Nullable<int>)
Property Value
The value of the count.
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
Visual Studio 2010 and later, .NET Framework 4
Target Platforms
Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2
See Also
Reference
InstanceQueryExecuteArgs Class
InstanceQueryExecuteArgs Members
Microsoft.ApplicationServer.StoreManagement.Query Namespace
ff425134(v=azure.10).md 2011-08-26