DMCreativeFilterStart Property
|
Alterian Email Manager 6.2.3 SDK Help File
Starting row number of the data to return from the filter
Namespace:
DMLibrary
Assembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int Start { get; set; }
Public Property Start As Integer
Get
Set
public:
property int Start {
int get ();
void set (int value);
}
member Start : int with get, set
function get_Start();
function set_Start(value);
Property Value
Type:
Int32
RemarksThis property is used when using pagination to return the data in chunks
See Also