Click or drag to resize

Property Constructor (PropertyName, String)

IT Hit WebDAV Classes Reference
Initializes new string valued property.

Namespace:  ITHit.WebDAV.Client
Assembly:  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 6.0.4052-Beta
Syntax
public Property(
	PropertyName name,
	string value
)

Parameters

name
Type: ITHit.WebDAV.ClientPropertyName
Property name.
value
Type: SystemString
Property value.
Remarks
Initializes new custom string property.
See Also