MetadataListItemTFreeText Property |
Gets the free-text for this item. This will often be a location string.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public string FreeText { get; }
Public ReadOnly Property FreeText As String
Get
public:
property String^ FreeText {
String^ get ();
}
member FreeText : string with get
Property Value
Type:
StringSee Also