Freigeben über


ComparablePropertyDefinition<T>.IPropertyDefinition.Minimum-Eigenschaft

Gets the minimum value of the property definition.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Private ReadOnly Property Minimum As Object 
    Implements IPropertyDefinition.Minimum 
    Get
'Usage
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Eigenschaftswert

Typ: System.Object
The minimum value of the property definition.

Implementiert

IPropertyDefinition.Minimum

Siehe auch

Verweis

ComparablePropertyDefinition<T> Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace