Maximum Propiedad
The maximum value.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public ReadOnly Property Maximum As Nullable(Of T)
Get
'Uso
Dim instance As ComparablePropertyDefinition
Dim value As Nullable(Of T)
value = instance.Maximum
public Nullable<T> Maximum { get; }
public:
property Nullable<T> Maximum {
Nullable<T> get ();
}
member Maximum : Nullable<'T>
function get Maximum () : Nullable<T>
Valor de la propiedad
Tipo: System. . :: . .Nullable< (Of < ( <'T> ) > ) >
A Nullable<(Of <(<'T>)>)> object.