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 _
)
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