ISubscriptionsResponse.SkipToken Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The skip token to retrieve the next page.
[Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=false, Description="The skip token to retrieve the next page.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="skipToken", Update=false)]
public string SkipToken { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Marketplace.Runtime.Info(Create=false, Description="The skip token to retrieve the next page.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="skipToken", Update=false)>]
member this.SkipToken : string
Public ReadOnly Property SkipToken As String
Property Value
- Attributes