Click or drag to resize

Property Constructor (String, String, String)

IT Hit WebDAV Classes Reference
Initializes new string valued property by given name and namespace.

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

Parameters

name
Type: SystemString
Name of the property.
nameSpace
Type: SystemString
Namespace of the property.
value
Type: SystemString
Property value.
Remarks
Initializes new custom string property.
See Also