VDataSectionAddValue Method (String, String) |
Adds a property within a section (eg: vevent/vcard). It parses the label to extract any attributes
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void AddValue(
string sLabel,
string sValue
)
Public Sub AddValue (
sLabel As String,
sValue As String
)
public:
void AddValue(
String^ sLabel,
String^ sValue
)
member AddValue :
sLabel : string *
sValue : string -> unit
Parameters
- sLabel
- Type: SystemString
- sValue
- Type: SystemString
See Also