Initializes new instance of PropertyName.
[Visual Basic]
Public Sub New( _
ByVal
name As
String, _
ByVal
namespaceUri As
String _
)
[C#]
public PropertyName(
string name,
string namespaceUri);
Parameters
-
name
- Name of the property.
-
namespaceUri
- Namespace of the property.
See Also
PropertyName Class | ITHit.WebDAV.Client Namespace