C# Class WebDav.WebDavProperty

Represents a WebDAV resource property.
Afficher le fichier Open project: skazantsev/WebDavClient

Méthodes publiques

Méthode 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 méthode

public ToString ( ) : string
Résultat string

WebDavProperty() public méthode

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.
Résultat System.Xml.Linq