Click or drag to resize
VDataSectionAddValue Method (String, String)
Adds a property within a section (eg: vevent/vcard). It parses the label to extract any attributes

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void AddValue(
	string sLabel,
	string sValue
)

Parameters

sLabel
Type: SystemString
sValue
Type: SystemString
See Also