FileSystemEntryMetadata Property |
Gets arbitrary metadata associated with the entry.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IReadOnlyDictionary<string, string> Metadata { get; }
Public ReadOnly Property Metadata As IReadOnlyDictionary(Of String, String)
Get
public:
property IReadOnlyDictionary<String^, String^>^ Metadata {
IReadOnlyDictionary<String^, String^>^ get ();
}
member Metadata : IReadOnlyDictionary<string, string> with get
Property Value
Type:
IReadOnlyDictionaryString,
StringSee Also