Property DefinedTags
DefinedTags
Gets defined tags associated with this table.
Declaration
public IDictionary<string, IDictionary<string, string>> DefinedTags { get; }
Property Value
| Type | Description |
|---|---|
| IDictionary<String, IDictionary<String, String>> |
Defined tags for this table if available, otherwise null.
|
Remarks
See DefinedTags for more information
on defined tags.