次の方法で共有


PropertyDefinition<T>.IPropertyDefinition.Minimum プロパティ

プロパティ定義の最小値を取得します。

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

構文

'宣言
Private ReadOnly Property Minimum As Object 
    Implements IPropertyDefinition.Minimum 
    Get
'使用
Dim instance As PropertyDefinition 
Dim value As Object 

value = CType(instance, IPropertyDefinition).Minimum
Object IPropertyDefinition.Minimum { get; }
private:
virtual property Object^ Minimum {
    Object^ get () sealed = IPropertyDefinition::Minimum::get;
}
private abstract Minimum : Object 
private override Minimum : Object
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

プロパティ値

型: System.Object
プロパティ定義の最小値。

実装

IPropertyDefinition.Minimum

関連項目

参照

PropertyDefinition<T> クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間