VDataSectionAddValue Method (String, String, String) |
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,
string sValue,
string sAttributes
)
Public Sub AddValue (
sLabel As String,
sValue As String,
sAttributes As String
)
public:
void AddValue(
String^ sLabel,
String^ sValue,
String^ sAttributes
)
member AddValue :
sLabel : string *
sValue : string *
sAttributes : string -> unit
Parameters
- sLabel
- Type: SystemString
- sValue
- Type: SystemString
- sAttributes
- Type: SystemString
See Also