ArgumentConstraintException.Property 屬性
Gets 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
The property that caused the exception.