Proprietà ArgumentConstraintException.Property

Gets the property that caused the exception.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Property As String 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ArgumentConstraintException Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel