ITextPropertyListTAdd Method (String)
IT Hit WebDAV Classes Reference
Adds a new property to the list of properties.
Namespace:
ITHit.Collab
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax void Add(
string propValue
)
Sub Add (
propValue As String
)
void Add(
String^ propValue
)
abstract Add :
propValue : string -> unit
Parameters
- propValue
- Type: SystemString
Unencoded text that will be used as a new property value.
See Also