Click or drag to resize
VDataSectionRemoveValue Method
Removes 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 RemoveValue(
	string sLabel,
	string sAttributeStringMatch
)

Parameters

sLabel
Type: SystemString
Label name as string
sAttributeStringMatch
Type: SystemString
Attribute string to match. Match is acheived by a case-insensative string search
Remarks