Opc.Ua.Core
Validate(String) Method



Opc.Ua.Schema.Binary Namespace > BinarySchemaValidator Class > Validate Method : Validate(String) Method
Generates the code from the contents of the address space.
Syntax
'Declaration
 
Public Overloads Sub Validate( _
   ByVal inputPath As String _
) 
'Usage
 
Dim instance As BinarySchemaValidator
Dim inputPath As String
 
instance.Validate(inputPath)
public void Validate( 
   string inputPath
)
public:
void Validate( 
   String^ inputPath
) 

Parameters

inputPath
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
Overload List