LumiSoft Net Help
SetValue Method (name, parametes, value)
NamespacesLumiSoft.Net.Mime.vCardItemCollectionSetValue(String, String, String)
Sets first item with specified name encoded value. If item doesn't exist, item will be appended to the end. If value is null, all items with specified name will be removed.
Declaration Syntax
C#Visual BasicVisual C++F#
public void SetValue(
	string name,
	string parametes,
	string value
)
Public Sub SetValue ( 
	name As String,
	parametes As String,
	value As String
)
public:
void SetValue(
	String^ name, 
	String^ parametes, 
	String^ value
)
member SetValue : 
        name : string * 
        parametes : string * 
        value : string -> unit 
Parameters
name (String)
Item name.
parametes (String)
Item parameters.
value (String)
Item encoded value.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119