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