Właściwość ComparablePropertyDefinition<T>.Minimum
Minimalna wartość.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public ReadOnly Property Minimum As Nullable(Of T)
Get
'Użycie
Dim instance As ComparablePropertyDefinition
Dim value As Nullable(Of T)
value = instance.Minimum
public Nullable<T> Minimum { get; }
public:
property Nullable<T> Minimum {
Nullable<T> get ();
}
member Minimum : Nullable<'T>
function get Minimum () : Nullable<T>
Wartość właściwości
Typ: System.Nullable<T>
A Nullable<T> obiektu.
Zobacz także