NamespaceURI Property
Namespace URI associated with the corresponding Prefix .
Object Oriented Interface
public function getNamespaceURI($namespaceindex); public function setNamespaceURI($namespaceindex, $value);
Procedural Interface
ipworks_webdav_get($res, 30 , $namespaceindex); ipworks_webdav_set($res, 30, $value , $namespaceindex);
Default Value
''
Remarks
Namespace URI associated with the corresponding NamespacePrefix. This is usually a URL pointing to the XML schema for the namespace.
The size of the array is controlled by the NamespaceCount property.
This property is not available at design time.
Data Type
String