Click or drag to resize

PropertyName Constructor

IT Hit WebDAV Classes Reference
Initializes new instance of PropertyName.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
public PropertyName(
	string name,
	string namespaceUri
)

Parameters

name
Type: SystemString
Name of the property.
namespaceUri
Type: SystemString
Namespace of the property.
See Also