Solclient
XpePropertiesNamespaces Property |
Represents the manifest of namespaces used in this key. Key is the namespace
alias and the value is its id (usually a uri).
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public IDictionary<string, string> Namespaces { get; set; }
Public Property Namespaces As IDictionary(Of String, String) Get Set
public: property IDictionary<String^, String^>^ Namespaces { IDictionary<String^, String^>^ get (); void set (IDictionary<String^, String^>^ value); }
Property Value
Type: IDictionaryString, StringSee Also