Partager via


Propriété ComparablePropertyDefinition<T>.Minimum

Gets the minimum value.

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

Syntaxe

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

Valeur de propriété

Type : System.Nullable<T>
A Nullable<T> object.

Voir aussi

Référence

ComparablePropertyDefinition<T> Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel