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