Gets the minimum value of the string property.
命名空间: 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 StringProperty
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 string property.