Description
A constraint object of the access.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ConstraintObject() As System.Object
|
| [C#] |
|---|
public System.Object ConstraintObject {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_ConstraintObject(); public: __property void set_ConstraintObject( VARIANT );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ConstraintObject( VARIANT * pRetVal ); public: HRESULT put_ConstraintObject( VARIANT NewConstraintObject );
|
| [Java] |
|---|
public Variant getConstraintObject(); public void setConstraintObject( Variant );
|
See Also