Share via


PropertyDefinition<T>.IPropertyDefinition.Minimum Property

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 PropertyDefinition 
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 supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

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

Implements

IPropertyDefinition.Minimum

See Also

Reference

PropertyDefinition<T> Class

Microsoft.ReportingServices.RdlObjectModel Namespace