Partager via


Propriété Maximum

The maximum value.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Maximum As Nullable(Of T)
    Get
'Utilisation
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>

Valeur de propriété

Type : System. . :: . .Nullable< (Of < ( <'T> ) > ) >
A Nullable<(Of <(<'T>)>)> object.