Compartir a través de


ComparablePropertyDefinition<T>.IPropertyDefinition.Maximum Propiedad

Gets the maximum value of the property definition.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Private ReadOnly Property Maximum As Object 
    Implements IPropertyDefinition.Maximum 
    Get
'Uso
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Valor de la propiedad

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

Implementa

IPropertyDefinition.Maximum

Vea también

Referencia

ComparablePropertyDefinition<T> Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel