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.