Class: PropertyName

PropertyName Class

Represents name of property.

Namespace

ITHit.WebDAV.Client

new ITHit.WebDAV.Client.PropertyName(sName, sNamespaceUri)

PropertyName
Initializes new instance of PropertyName.
Name Type Description
sName string Name of the property.
sNamespaceUri string Namespace of the property.
Throws:
ITHit.Exceptions.ArgumentNullException

Members

Name :string

Name
Name of the property.

NamespaceUri :string

NamespaceUri
Namespace of the property.

Methods

toString() → {string}

toString
Returns string representation of current property name.
Returns:
string String representation of current property name.