public Enc? Encoding { get; set; }Public Property Encoding As Enc?
Get
Setpublic:
property Nullable<Enc> Encoding {
Nullable<Enc> get ();
void set (Nullable<Enc> value);
}member Encoding : Nullable<Enc> with get, setThe value is set automatically - only for NonStandardProperty objects this has to be done manually.
In vCard 3.0 only Base64 is permitted.