CloneLibraryGetLibraries Property |
Gets the information about libraries.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IList<CloneLibraryInformation> GetLibraries { get; }
Public ReadOnly Property GetLibraries As IList(Of CloneLibraryInformation)
Get
public:
property IList<CloneLibraryInformation>^ GetLibraries {
IList<CloneLibraryInformation>^ get ();
}
member GetLibraries : IList<CloneLibraryInformation> with get
Property Value
Type:
IListCloneLibraryInformationSee Also