Opc.Ua.Core
Dictionary Property



Opc.Ua.Schema.Binary Namespace > BinarySchemaValidator Class : Dictionary Property
The dictionary that was validated.
Syntax
'Declaration
 
Public ReadOnly Property Dictionary As TypeDictionary
'Usage
 
Dim instance As BinarySchemaValidator
Dim value As TypeDictionary
 
value = instance.Dictionary
public TypeDictionary Dictionary {get;}
public:
property TypeDictionary^ Dictionary {
   TypeDictionary^ 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

BinarySchemaValidator Class
BinarySchemaValidator Members