Compartir a través de


ComparablePropertyDefinition<T>.Minimum Propiedad

Gets the minimum value.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public ReadOnly Property Minimum As Nullable(Of T)
    Get
'Uso
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>

Valor de la propiedad

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

Vea también

Referencia

ComparablePropertyDefinition<T> Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel