Sdílet prostřednictvím


ArgumentConstraintException.Constraint Property

Gets the object that demonstrates the constraint.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public ReadOnly Property Constraint As Object 
    Get
'Usage
Dim instance As ArgumentConstraintException 
Dim value As Object 

value = instance.Constraint
public Object Constraint { get; }
public:
property Object^ Constraint {
    Object^ get ();
}
member Constraint : Object
function get Constraint () : Object

Property Value

Type: System.Object
An object that demonstrates the constraint.

See Also

Reference

ArgumentConstraintException Class

Microsoft.ReportingServices.RdlObjectModel Namespace