SetSchemaType Method
Sets the schema type.
Syntax
[VB.NET] Public Sub SetSchemaType(ByVal Name As String)
[C#] public void SetSchemaType(string name);
Remarks
The component will set the schema type to the Name specified. Once set, you can view the details of the complex type (via SchemaTypeField).
NOTE: This method has a corresponding asynchronous version (SetSchemaTypeAsync) for use in the Xamarin environment.