 | XmlSchemaManagerGetAnnotation(XmlSchemaAttribute) Method |
Gets the annotation from the schema attribute element.
Namespace: Aml.Engine.SchemaAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string GetAnnotation(
XmlSchemaAttribute schemaAttribute
)
Public Function GetAnnotation (
schemaAttribute As XmlSchemaAttribute
) As String
public:
String^ GetAnnotation(
XmlSchemaAttribute^ schemaAttribute
)
Parameters
- schemaAttribute XmlSchemaAttribute
- The schema attribute.
Return Value
String
The annotation of the schema attribute, as it is defined in the schema.
See Also