Click or drag to resize
VDataSectionSetValue Method (String, String, String)
Sets 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 SetValue(
	string sLabelQualifier,
	string sValue,
	string sAttributes = ""
)

Parameters

sLabelQualifier
Type: SystemString
Period delimited string representing the relative path to the label within the item. Example: VCALENDAR.VEVENT.SUMMARY denotes the value named summary within the VEVENT section of a VCALENDAR
sValue
Type: SystemString
The value of the item
sAttributes (Optional)
Type: SystemString
The attributes of the item (eg TYPE=HOME)
Remarks