次の方法で共有


ArgumentConstraintException.Property プロパティ

例外の原因となったプロパティを取得します。

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

構文

'宣言
Public ReadOnly Property Property As String 
    Get
'使用
Dim instance As ArgumentConstraintException 
Dim value As String 

value = instance.Property
public string Property { get; }
public:
property String^ Property {
    String^ get ();
}
member Property : string
function get Property () : String

プロパティ値

型: System.String
例外の原因となったプロパティ。

関連項目

参照

ArgumentConstraintException クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間