C#
VB
C++
Gets or sets the configured type name of the DataAccessFactory.
[ConfigurationPropertyAttribute("dataAccessFactory", IsRequired=false)]
public string DataAccessFactory { get; set; }
Public Property DataAccessFactory As String
The configured type name of the DataAccessFactory.
This is used by the DataAccessFactory class to create an instance of the type in the configuration.
This property maps to the dataAccessFactory
element in the configuration.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET