EnumerateResourcesActivity.PageSize Property
Indicates the page size.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in Microsoft.ResourceManagement.dll)
Usage
'Usage
Dim instance As EnumerateResourcesActivity
Dim value As Integer
value = instance.PageSize
instance.PageSize = value
Syntax
'Declaration
Public Property PageSize As Integer
public int PageSize { get; set; }
public:
property int PageSize {
int get ();
void set (int value);
}
/** @property */
public int get_PageSize ()
/** @property */
public void set_PageSize (int value)
public function get PageSize () : int
public function set PageSize (value : int)
Property Value
A Int32 value that indicates the page size.
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 XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
EnumerateResourcesActivity Class
EnumerateResourcesActivity Members
Microsoft.ResourceManagement.Workflow.Activities Namespace
EnumerateResourcesActivity