property_namespace_uri Property
This property shows the DAV property namespace.
Syntax
def get_property_namespace_uri(property_index: int) -> str: ... def set_property_namespace_uri(property_index: int, value: str) -> None: ...
Default Value
""
Remarks
This property shows the DAV property namespace. The default URI is "DAV:". This value may be changed if a desired namespace is different from the default namespace.
The property_index parameter specifies the index of the item in the array. The size of the array is controlled by the property_count property.