Właściwość ComparablePropertyDefinition<T>.Maximum
Maksymalna wartość.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public ReadOnly Property Maximum As Nullable(Of T)
Get
'Użycie
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>
Wartość właściwości
Typ: System.Nullable<T>
A Nullable<T> obiektu.
Zobacz także