LumiSoft Net Help
SetValue Method (name, value)
NamespacesLumiSoft.Net.Mime.vCardItemCollectionSetValue(String, String)
Sets first item with specified 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 value
)
Public Sub SetValue ( 
	name As String,
	value As String
)
public:
void SetValue(
	String^ name, 
	String^ value
)
member SetValue : 
        name : string * 
        value : string -> unit 
Parameters
name (String)
Item name.
value (String)
Item encoded value.

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