IPropertyDefinition.Maximum プロパティ

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Private ReadOnly Property Maximum As Object
    Implements IPropertyDefinition.Maximum
    Get
'使用
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 は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

プロパティ値

型: System. . :: . .Object

実装

IPropertyDefinition. . :: . .Maximum