 | XmlSchemaManagerValueType Method |
Returns the type code for a value that may be associated with the defined child.
Namespace: Aml.Engine.SchemaAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic XmlTypeCode ValueType(
XName parentName,
XName childName
)
Public Function ValueType (
parentName As XName,
childName As XName
) As XmlTypeCode
public:
XmlTypeCode ValueType(
XName^ parentName,
XName^ childName
)
Parameters
- parentName XName
- Name of the parent
- childName XName
- Name of the child
Return Value
XmlTypeCodethe XML type code.
See Also