Property Constructor (String, String, String)

IT Hit WebDAV for .NET

Initializes new string valued property by given name and namespace.

[Visual Basic]
Overloads Public Sub New( _
   ByVal name As String, _
   ByVal nameSpace As String, _
   ByVal value As String _
)
[C#]
public Property(
   string name,
   string nameSpace,
   string value
);

Parameters

name
Name of the property.
nameSpace
Namespace of the property.
value
Property value.

Remarks

Initializes new custom string property.

See Also

Property Class | ITHit.WebDAV.Client Namespace | Property Constructor Overload List