StringProperty.IPropertyDefinition.Minimum 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