 | XmlSchemaManagerNamespace Property |
Gets the Schema Namespace
Namespace: Aml.Engine.SchemaAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic XNamespace Namespace { get; set; }
Public Property Namespace As XNamespace
Get
Set
public:
property XNamespace^ Namespace {
XNamespace^ get ();
void set (XNamespace^ value);
}
Property Value
XNamespace
See Also