ComparablePropertyDefinition<T>.IPropertyDefinition.Maximum Property
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