ISequenceRangeMetadata Property |
Optional additional data to store along with the ID and indices of
the range. Metadata must be stored with a string key name.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax Dictionary<string, Object> Metadata { get; }
ReadOnly Property Metadata As Dictionary(Of String, Object)
Get
property Dictionary<String^, Object^>^ Metadata {
Dictionary<String^, Object^>^ get ();
}
abstract Metadata : Dictionary<string, Object> with get
Property Value
Type:
DictionaryString,
ObjectSee Also