VDataSectionAddValue Method (String, VCardNameProperty, String) |
Adds a VCardNameProperty 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,
VCardNameProperty NameValue,
string sAttributes = ""
)
Public Sub AddValue (
sLabel As String,
NameValue As VCardNameProperty,
Optional sAttributes As String = ""
)
public:
void AddValue(
String^ sLabel,
VCardNameProperty^ NameValue,
String^ sAttributes = L""
)
member AddValue :
sLabel : string *
NameValue : VCardNameProperty *
?sAttributes : string
(* Defaults:
let _sAttributes = defaultArg sAttributes ""
*)
-> unit
Parameters
- sLabel
- Type: SystemString
- NameValue
- Type: ARPDev.DAVLIBVCardNameProperty
- sAttributes (Optional)
- Type: SystemString
See Also