Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets an integer indicating the number of rows to return.
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property PageSize As Nullable(Of Integer)
Get
Set
'Uso
Dim instance As StagingResultCriteria
Dim value As Nullable(Of Integer)
value = instance.PageSize
instance.PageSize = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Nullable<int> PageSize { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Nullable<int> PageSize {
Nullable<int> get ();
void set (Nullable<int> value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member PageSize : Nullable<int> with get, set
function get PageSize () : Nullable<int>
function set PageSize (value : Nullable<int>)
Valor de la propiedad
Tipo: System.Nullable<Int32>
An integer that represents the number of rows to return.