Gets the object's metadata. Metadata is a
collection of keys and their associated values.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Metadata() As IAgKeyValueCollection
|
| [C#] |
|---|
public IAgKeyValueCollection Metadata {get;}
|
| [Managed C++] |
|---|
public: __property IAgKeyValueCollection^ get_Metadata();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Metadata(
|
| [Java] |
|---|
public IAgKeyValueCollection getMetadata();
|