| PaginationNextMinId Property |
Gets or sets the next minimum identifier.
Namespace: InstaSharp.ModelsAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public string NextMinId { get; set; }
Public Property NextMinId As String
Get
Set
public:
property String^ NextMinId {
String^ get ();
void set (String^ value);
}
member NextMinId : string with get, set
Property Value
Type:
String
The next minimum identifier.
See Also