Opc.Ua.Core
LoadedFiles Property



Opc.Ua.Schema Namespace > SchemaValidator Class : LoadedFiles Property
A table of files which have been loaded.
Syntax
'Declaration
 
Public ReadOnly Property LoadedFiles As IDictionary(Of String,Object)
'Usage
 
Dim instance As SchemaValidator
Dim value As IDictionary(Of String,Object)
 
value = instance.LoadedFiles
public IDictionary<string,object> LoadedFiles {get;}
public:
property IDictionary<String^,Object^>^ LoadedFiles {
   IDictionary<String^,Object^>^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SchemaValidator Class
SchemaValidator Members