Proprietà ComparablePropertyDefinition<T>.Minimum
Gets the minimum value.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Minimum As Nullable(Of T)
Get
'Utilizzo
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>
Valore proprietà
Tipo: System.Nullable<T>
A Nullable<T> object.