ArgumentConstraintException.Property 属性

The property that caused the exception.

命名空间:  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
A string value.