Opc.Ua.Core
ValidatedDescriptions Property



Opc.Ua.Schema.Binary Namespace > BinarySchemaValidator Class : ValidatedDescriptions Property
The types defined in the dictionary.
Syntax
'Declaration
 
Public ReadOnly Property ValidatedDescriptions As IList(Of TypeDescription)
'Usage
 
Dim instance As BinarySchemaValidator
Dim value As IList(Of TypeDescription)
 
value = instance.ValidatedDescriptions
public IList<TypeDescription> ValidatedDescriptions {get;}
public:
property IList<TypeDescription^>^ ValidatedDescriptions {
   IList<TypeDescription^>^ 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