ParametersWithSkipToken.SkipToken Property
Optional. Gets or sets the skip token.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public string SkipToken { get; set; }
public:
property String^ SkipToken {
String^ get();
void set(String^ value);
}
member SkipToken : string with get, set
Public Property SkipToken As String
Property Value
Type: System.String
See Also
ParametersWithSkipToken Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top