共用方式為


ComparablePropertyDefinition<T>.Minimum 屬性

Gets 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<T>
A Nullable<T> object.

請參閱

參考

ComparablePropertyDefinition<T> 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間