Share via


EnumProperty.IPropertyDefinition.Minimum Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets the minimum value of an enumeration property.

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 EnumProperty 
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 an enumeration property.

Implements

IPropertyDefinition.Minimum

See Also

Reference

EnumProperty Class

Microsoft.ReportingServices.RdlObjectModel Namespace