ComparablePropertyDefinition<T>.Maximum 属性

The maximum value.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public ReadOnly Property Maximum As Nullable(Of T)
    Get
用法
Dim instance As ComparablePropertyDefinition
Dim value As Nullable(Of T)

value = instance.Maximum
public Nullable<T> Maximum { get; }
public:
property Nullable<T> Maximum {
    Nullable<T> get ();
}
member Maximum : Nullable<'T>
function get Maximum () : Nullable<T>

属性值

类型:System.Nullable<T>
A Nullable<T> object.