Opc.Ua.Core
Warnings Property



Opc.Ua.Schema.Binary Namespace > BinarySchemaValidator Class : Warnings Property
Any warnings during validation.
Syntax
'Declaration
 
Public ReadOnly Property Warnings As ICollection(Of String)
'Usage
 
Dim instance As BinarySchemaValidator
Dim value As ICollection(Of String)
 
value = instance.Warnings
public ICollection<string> Warnings {get;}
public:
property ICollection<String^>^ Warnings {
   ICollection<String^>^ 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