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