ResponseWithSkipToken<T>.SkipToken Property
Gets the skip token.
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public string SkipToken { get; }
public:
property String^ SkipToken {
String^ get();
}
member SkipToken : string with get
Public ReadOnly Property SkipToken As String
Property Value
Type: System.String
See Also
ResponseWithSkipToken<T> Class
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top