[]
Unregisters a specified namespace prefix.
public bool UnregisterNamespacePrefix(string prefix)
Public Function UnregisterNamespacePrefix(prefix As String) As Boolean
| Type | Name | Description |
|---|---|---|
| string | prefix | The prefix to unregister. |
| Type | Description |
|---|---|
| bool | true if the prefix was successfully unregistered, false otherwise. |
| Type | Condition |
|---|---|
| ArgumentNullException |