| VDataSectionAppendToLastValue Method | 
Appends the wrapped data to a value 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)
 Syntax
Syntaxpublic void AppendToLastValue(
	string sData
)
Public Sub AppendToLastValue ( 
	sData As String
)
public:
void AppendToLastValue(
	String^ sData
)
member AppendToLastValue : 
        sData : string -> unit 
Parameters
- sData
- Type: SystemString
 
 See Also
See Also