Gets/sets the encoding used to store the value.

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
Encoding ValueEncoding { get; set; }
Visual Basic
Property ValueEncoding As Encoding
	Get
	Set
Visual C++
property Encoding^ ValueEncoding {
	Encoding^ get ();
	void set (Encoding^ value);
}

See Also