Свойство 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.
Реализует
См. также
Справочник
ComparablePropertyDefinition<T> Класс
Пространство имен Microsoft.ReportingServices.RdlObjectModel