VDataSectionAddValue Method (String, VDataValue) |
Adds a property within a section (eg: vevent/vcard)
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void AddValue(
string sLabel,
VDataValue vdValue
)
Public Sub AddValue (
sLabel As String,
vdValue As VDataValue
)
public:
void AddValue(
String^ sLabel,
VDataValue^ vdValue
)
member AddValue :
sLabel : string *
vdValue : VDataValue -> unit
Parameters
- sLabel
- Type: SystemString
- vdValue
- Type: ARPDev.DAVLIBVDataValue
See Also