Ab1HeaderDirectoryEntryDefinition Property |
The first directory entry found after the header. This defines the following content of the file.
Namespace: Bio.IO.AppliedBiosystemsAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic Ab1DirectoryEntry DirectoryEntryDefinition { get; set; }
Public Property DirectoryEntryDefinition As Ab1DirectoryEntry
Get
Set
public:
property Ab1DirectoryEntry^ DirectoryEntryDefinition {
Ab1DirectoryEntry^ get ();
void set (Ab1DirectoryEntry^ value);
}
member DirectoryEntryDefinition : Ab1DirectoryEntry with get, set
Property Value
Type:
Ab1DirectoryEntry
See Also