WebDavProperty Constructor (String, String, String)WebDAV#
Constructor for the WebDAVProperty class

Namespace: WebDAVSharp.Server
Assembly: WebDAVSharp.Server (in WebDAVSharp.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public WebDavProperty(
	string name,
	string value,
	string ns
)

Parameters

name
Type: System String
The name of the WebDAV property
value
Type: System String
The value of the WebDAV property
ns
Type: System String
The namespace of the WebDAV property
See Also