VDataSectionSetValue Method (String, String, String) |
Sets 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 SetValue(
string sLabelQualifier,
string sValue,
string sAttributes = ""
)
Public Sub SetValue (
sLabelQualifier As String,
sValue As String,
Optional sAttributes As String = ""
)
public:
void SetValue(
String^ sLabelQualifier,
String^ sValue,
String^ sAttributes = L""
)
member SetValue :
sLabelQualifier : string *
sValue : string *
?sAttributes : string
(* Defaults:
let _sAttributes = defaultArg sAttributes ""
*)
-> unit
Parameters
- sLabelQualifier
- Type: SystemString
Period delimited string representing the relative path to the label within the item. Example: VCALENDAR.VEVENT.SUMMARY denotes the value named summary within the VEVENT section of a VCALENDAR - sValue
- Type: SystemString
The value of the item - sAttributes (Optional)
- Type: SystemString
The attributes of the item (eg TYPE=HOME)
Remarks
See Also