ResourceMarker Property
A marker when list results are paged.
Syntax
[VB.NET] Public Property ResourceMarker As String
[C#] public string ResourceMarker {get; set;}
Remarks
This property is populated when ListResources is called and the results span multiple pages. ListResources may be called multiple times to get the next page of results. If this value is empty after calling ListResources there are no additional pages of results.
This property is not available at design time.
Default Value
""