NonStandardProperty Class
Represents a vCard property that is not defined by the official
standards.
Namespace: FolkerKinzel.VCards.Models.PropertiesAssembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
public sealed class NonStandardProperty : VCardProperty,
IEnumerable<NonStandardProperty>, IEnumerable
Public NotInheritable Class NonStandardProperty
Inherits VCardProperty
Implements IEnumerable(Of NonStandardProperty), IEnumerable
public ref class NonStandardProperty sealed : public VCardProperty,
IEnumerable<NonStandardProperty^>, IEnumerable
[<SealedAttribute>]
type NonStandardProperty =
class
inherit VCardProperty
interface IEnumerable<NonStandardProperty>
interface IEnumerable
end
- Inheritance
- Object VCardProperty NonStandardProperty
- Implements
- IEnumerableNonStandardProperty, IEnumerable
To write NonStandardProperty objects into a vCard, the flag
WriteNonStandardProperties must be set.
Please note that when using the class, yourself is responsible for the
standard-compliant masking, unmasking, encoding and decoding of the data.