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 命名空间