ISchemaElementName interface | QSYS API Reference Guide
Represents a schema element name with its local name, namespace URI, and name.
Namespace: ASNA.DataGate.Common Assembly: ASNA.QSys.DataGate.Client.dll
Extends: IEquatable<ISchemaElementName>
Properties
| Type | Name | Description |
|---|---|---|
| String | LocalName | Gets the local name of the schema element. |
| String | Name | Gets the name of the schema element. |
| String | NamespaceURI | Gets the namespace URI of the schema element. |