Share via


StringProperty.IPropertyDefinition.Minimum Property

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

Property Value

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

Implements

IPropertyDefinition.Minimum

See Also

Reference

StringProperty Class

Microsoft.ReportingServices.RdlObjectModel Namespace