LumiSoft Net Help
Value Property
NamespacesLumiSoft.Net.Mime.vCardItemValue
Gets or sets item encoded value. NOTE: If you set this property value, you must encode data by yourself and also set right ENCODING=encoding; and CHARSET=charset; prameter in item.ParametersString !!! Normally use method item.SetDecodedStringValue method instead, this does all you need.
Declaration Syntax
C#Visual BasicVisual C++F#
public string Value { get; set; }
Public Property Value As String
	Get
	Set
public:
property String^ Value {
	String^ get ();
	void set (String^ value);
}
member Value : string with get, set
Property Value

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