SequenceRangeMetadata 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 public Dictionary<string, Object> Metadata { get; }
Public ReadOnly Property Metadata As Dictionary(Of String, Object)
Get
public:
virtual property Dictionary<String^, Object^>^ Metadata {
Dictionary<String^, Object^>^ get () sealed;
}
abstract Metadata : Dictionary<string, Object> with get
override Metadata : Dictionary<string, Object> with get
Property Value
Type:
DictionaryString,
ObjectImplements
ISequenceRangeMetadataSee Also