Click or drag to resize
VDataSectionGetValue Method
Returns a property within a section (eg: vevent/vcard) as a VDataValue

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public VDataValue GetValue(
	string sLabel,
	ValueMatchType vMatchType = ValueMatchType.LabelOnly,
	string sAttributeStringMatch = null
)

Parameters

sLabel
Type: SystemString
Label name within VDataSection (eg: ORG)
vMatchType (Optional)
Type: ARPDev.DAVLIBValueMatchType
Determine's whether to match just the label name or by attributes
sAttributeStringMatch (Optional)
Type: SystemString
Attribute string to match. Match is acheived by a case-insensative string search

Return Value

Type: VDataValue
Remarks