Metadata Property (original) (raw)

Summary

Gets the metadata associated with this object.

Syntax

C#

Objective-C

C++/CLI

Java

Python

public Dictionary<string, string> Metadata { get; } 
@property (nonatomic, strong, readonly) NSMutableDictionary<NSString *, NSString *> *metadata; 
public java.util.Map<String, String> getMetadata() 

public: property Dictionary<String^, String^>^ Metadata { Dictionary<String^, String^>^ get() }

Property Value

A dictionary of (System.String, System.String) that contains the generic metadata associated with this object. The default value is a dictionary with the items described in the remarks section.