[This is preliminary documentation and is subject to change.]
Gets the names of all Sdo libraries offered with this version of the Adk (Excluding Common, DataModel, and Infra)
| C# | Visual Basic | Visual C++ |
public SdoLibraryType[] AvailableLibraries{ get;}
Public ReadOnly Property AvailableLibraries As SdoLibraryType()
public: property array<SdoLibraryType>^ AvailableLibraries { array<SdoLibraryType>^ get (); }