C# Class WebDav.WebDavProperty

Represents a WebDAV resource property.
显示文件 Open project: skazantsev/WebDavClient

Public Methods

Method Description
ToString ( ) : string
WebDavProperty ( System.Xml.Linq.XName name, string value ) : System.Xml.Linq

Initializes a new instance of the WebDavProperty class.

Method Details

ToString() public method

public ToString ( ) : string
return string

WebDavProperty() public method

Initializes a new instance of the WebDavProperty class.
public WebDavProperty ( System.Xml.Linq.XName name, string value ) : System.Xml.Linq
name System.Xml.Linq.XName The property name.
value string The property value.
return System.Xml.Linq