An interface to a description of the object
that owns this constraint.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Base() As AgAccessConstraintPluginObjectDescriptor
|
| [C#] |
|---|
public AgAccessConstraintPluginObjectDescriptor Base {get;}
|
| [Managed C++] |
|---|
public: __property AgAccessConstraintPluginObjectDescriptor^ get_Base();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Base(
|
| [Java] |
|---|
public AgAccessConstraintPluginObjectDescriptor getBase();
|