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
)
Public Sub New (
name As PropertyName,
value As String
)
public:
Property(
PropertyName^ name,
String^ value
)
new :
name : PropertyName *
value : string -> Property
Parameters
- name
- Type: ITHit.WebDAV.ClientPropertyName
Property name. - value
- Type: SystemString
Property value.
Remarks Initializes new custom string property.
See Also