Click or drag to resize
VDataSectionAddValue Method (String, VCardNameProperty, String)
Adds a VCardNameProperty 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,
	VCardNameProperty NameValue,
	string sAttributes = ""
)

Parameters

sLabel
Type: SystemString
NameValue
Type: ARPDev.DAVLIBVCardNameProperty
sAttributes (Optional)
Type: SystemString
See Also