Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.