Свойство Minimum
The minimum value.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public ReadOnly Property Minimum As Nullable(Of T)
Get
'Применение
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>
Значение свойства
Тип System. . :: . .Nullable< (Of < ( <'T> ) > ) >
A Nullable<(Of <(<'T>)>)> object.