ResponseWithSkipToken<T>.SkipToken 属性

 

获取跳过标记。

命名空间:   Microsoft.WindowsAzure.Management.Automation
程序集:  Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)

语法

public string SkipToken { get; }
public:
property String^ SkipToken {
    String^ get();
}
member SkipToken : string with get
Public ReadOnly Property SkipToken As String

属性值

Type: System.String

请参阅

ResponseWithSkipToken<T> 类
Microsoft.WindowsAzure.Management.Automation 命名空间

返回页首