SequenceAlignmentMapDocumentation Property |
Gets documentation object.
Namespace: Bio.IO.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public Object Documentation { get; set; }
Public Property Documentation As Object
Get
Set
public:
virtual property Object^ Documentation {
Object^ get () sealed;
void set (Object^ value) sealed;
}
abstract Documentation : Object with get, set
override Documentation : Object with get, set
Property Value
Type:
ObjectImplements
ISequenceAlignmentDocumentationSee Also