MetadataListItemTKey Property |
Gets the key for this item. These are not necessarily unique within a list,
which is why this is a property of an object to be included in a list, rather than
omitting this as a property and using a dictionary instead of a list.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public string Key { get; }
Public ReadOnly Property Key As String
Get
public:
property String^ Key {
String^ get ();
}
member Key : string with get
Property Value
Type:
StringSee Also