ArgumentConstraintException.Property Property
Gets the property that caused the exception.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property Property As String
Get
'Usage
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
Property Value
Type: System.String
The property that caused the exception.