Indicates the page size.
Namespace:
Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in
microsoft.resourcemanagement.dll)
Usage
Syntax
Visual Basic |
Public Property PageSize As Integer
|
C# |
public int PageSize { get; set; }
|
C++ |
public:
property int PageSize {
int get ();
void set (int value);
}
|
J# |
/** @property */
public int get_PageSize ()
/** @property */
public void set_PageSize (int value)
|
JScript |
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
Target Platforms
Windows 2008 x64 Edition
See Also