PropertyName Constructor 
IT Hit WebDAV Classes Reference  
    Namespace: 
   ITHit.WebDAV.Client
    Assembly:
   ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
 Syntax
Syntaxpublic PropertyName(
	string name,
	string namespaceUri
)
Public Sub New ( 
	name As String,
	namespaceUri As String
)
public:
PropertyName(
	String^ name, 
	String^ namespaceUri
)
new : 
        name : string * 
        namespaceUri : string -> PropertyNameParameters
- name
- Type: SystemString
 Name of the property.
- namespaceUri
- Type: SystemString
 Namespace of the property.
 See Also
See Also