Click or drag to resize
VDataSectionAddValue Method (String, String, String)
Adds a property within a section (eg: vevent/vcard)

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,
	string sAttributes
)

Parameters

sLabel
Type: SystemString
sValue
Type: SystemString
sAttributes
Type: SystemString
See Also