SkipInfo.Count Propriedade
Definição
Obtém ou define o número de itens a serem ignorados.Gets or sets the number of items to be skipped.
public:
property int Count { int get(); void set(int value); };
public int Count { get; set; }
member this.Count : int with get, set
Public Property Count As Integer
Valor da propriedade
Um int valor que contém o número de itens.An int containing the number of items.