| DataSourceAllInternalDataSources Property  | 
            Gets an array of all internal data sources. This is not used by the server, it's just to
            make life easier for the unit tests.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string[] AllInternalDataSources { get; }Public Shared ReadOnly Property AllInternalDataSources As String()
	Get
public:
static property array<String^>^ AllInternalDataSources {
	array<String^>^ get ();
}static member AllInternalDataSources : string[] with get
Property Value
Type: 
String
See Also