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
)
Public Sub New (
name As String,
nameSpace As String,
value As String
)
public:
Property(
String^ name,
String^ nameSpace,
String^ value
)
new :
name : string *
nameSpace : string *
value : string -> Property
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