Proprietà PropertyDefinition<T>.IPropertyDefinition.Maximum

Gets the maximum value of the property definition.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Private ReadOnly Property Maximum As Object 
    Implements IPropertyDefinition.Maximum 
    Get
'Utilizzo
Dim instance As PropertyDefinition 
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Valore proprietà

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

Implementa

IPropertyDefinition.Maximum

Vedere anche

Riferimento

PropertyDefinition<T> Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel