Share via


ComparablePropertyDefinition<T>.IPropertyDefinition.Maximum Property

Gets the maximum 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 Maximum As Object 
    Implements IPropertyDefinition.Maximum 
    Get
'Usage
Dim instance As ComparablePropertyDefinition 
Dim value As Object 

value = CType(instance, IPropertyDefinition).Maximum
Object IPropertyDefinition.Maximum { get; }
private:
virtual property Object^ Maximum {
    Object^ get () sealed = IPropertyDefinition::Maximum::get;
}
private abstract Maximum : Object 
private override Maximum : Object
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

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

Implements

IPropertyDefinition.Maximum

See Also

Reference

ComparablePropertyDefinition<T> Class

Microsoft.ReportingServices.RdlObjectModel Namespace