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