WebDavProperty Constructor (String, String)WebDAV#
Constructor for the WebDAVProperty class with "DAV:" as namespace

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
)

Parameters

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