PropertyName Constructor (String, String)
IT Hit WebDAV Classes Reference
Initializes new instance.
Namespace:
ITHit.WebDAV.Server
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public PropertyName(
string name,
string propNamespace
)
Public Sub New (
name As String,
propNamespace As String
)
public:
PropertyName(
String^ name,
String^ propNamespace
)
new :
name : string *
propNamespace : string -> PropertyName
Parameters
- name
- Type: SystemString
Property local name. - propNamespace
- Type: SystemString
Property namespace.
See Also