WebDavProperty Constructor (String)WebDAV#
Constructor for the WebDAVProperty class with "DAV:" as namespace and an empty value

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

Parameters

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