SchemaNamespaces Property |
[Missing <summary> documentation for "P:WorkZone.Dispatcher.Base.Schematron.Types.Schema.Namespaces"]
Namespace: WorkZone.Dispatcher.Base.Schematron.TypesAssembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic Ns[] Namespaces { get; set; }
Public Property Namespaces As Ns()
Get
Set
public:
property array<Ns^>^ Namespaces {
array<Ns^>^ get ();
void set (array<Ns^>^ value);
}
member Namespaces : Ns[] with get, set
Property Value
Ns
See Also