共用方式為


ComparablePropertyDefinition<T>.IPropertyDefinition.Minimum 屬性

Gets the minimum value of the property definition.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Private ReadOnly Property Minimum As Object 
    Implements IPropertyDefinition.Minimum 
    Get
'用途
Dim instance As ComparablePropertyDefinition 
Dim value As Object 

value = CType(instance, IPropertyDefinition).Minimum
Object IPropertyDefinition.Minimum { get; }
private:
virtual property Object^ Minimum {
    Object^ get () sealed = IPropertyDefinition::Minimum::get;
}
private abstract Minimum : Object 
private override Minimum : Object
JScript 支援明確介面實作的使用,但不支援新介面實作的宣告。

屬性值

型別:System.Object
The minimum value of the property definition.

實作

IPropertyDefinition.Minimum

請參閱

參考

ComparablePropertyDefinition<T> 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間