Opc.Ua.Core
GetSchema Method (BinarySchemaValidator)



Opc.Ua.Schema.Binary Namespace > BinarySchemaValidator Class : GetSchema Method
Returns the schema for the specified type (returns the entire schema if null).
Syntax
'Declaration
 
Public Overrides Function GetSchema( _
   ByVal typeName As String _
) As String
'Usage
 
Dim instance As BinarySchemaValidator
Dim typeName As String
Dim value As String
 
value = instance.GetSchema(typeName)
public override string GetSchema( 
   string typeName
)
public:
String^ GetSchema( 
   String^ typeName
) override 

Parameters

typeName
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