Opc.Ua.Schema.SchemaValidator.GetSchema C# (CSharp) Method

GetSchema() public method

Returns the schema for the specified type (returns the entire schema if null).
public GetSchema ( string typeName ) : string
typeName string
return string
        public virtual string GetSchema(string typeName)
        {
            return null;
        } 
        #endregion