Freigeben über


ArgumentConstraintException.Property-Eigenschaft

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

Eigenschaftswert

Typ: System.String
The property that caused the exception.

Siehe auch

Verweis

ArgumentConstraintException Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace