public sealed class ParameterSection : ICloneable
Public NotInheritable Class ParameterSection
Implements ICloneable
public ref class ParameterSection sealed : ICloneable
[<SealedAttribute>]
type ParameterSection =
class
interface ICloneable
end
AddressType | TYPE: Specifies the type of a postal delivery address. (2,3) |
AltID | ALTID: A common identifier that indicates, that several instances of the same property represent the same (e.g. in different languages). (4) |
Author | AUTHOR: Identifies the author of the associated Value. (4 - RFC 9554) |
AuthorName | AUTHOR-NAME: Names the author of the associated Value. (4 - RFC 9554) |
Calendar | CALSCALE: The calendar system in which a date or date-time value is expressed. (4) |
CharSet | CHARSET: Indicates the character set that was used for the property. (2) |
ComponentOrder | JSCOMPS: Defines the order and separators for the elements of a structured property value. (4 - RFC 9555) |
ContentLocation | VALUE: Indicates where the actual content of the property is located. (2) |
Context | CONTEXT: Indicates the context of the data. (3) |
CountryCode | CC: ISO 3166 two-character country code. (4 - RFC 8605) |
Created | CREATED: Defines the date and time when a VCardProperty was created. (4 - RFC 9554) |
DataType | VALUE: Indicates which of the data types predefined by the vCard standard the content of the vCard property corresponds to. (3,4) |
Derived | DERIVED: Specifies that the value of the associated VCardProperty is derived from some other VCardProperty values in the same VCard. (4 - RFC 9554) |
EMailType | TYPE: Describes the type of an e-mail address. (2,3) |
Encoding | ENCODING: Indicates the encoding of the VCardProperty. (2,3) |
Expertise | LEVEL: A person's level of expertise. (4 - RFC 6715) |
GeoPosition | GEO: Geographical position. (4) |
Index | INDEX: 1-based index of a property in a multi-valued property. (4 - RFC 6715) |
InstantMessengerType | TYPE: Description of an instant messenger address. (3 - RFC 4770) |
Interest | LEVEL: Degree of interest of a person in a thing. (4 - RFC 6715) |
JSContactPointer | JSPTR: This parameter is used with the instances in JSContactProps. Its value points to the JSContact property whose value is stored in the VCardProperty. (4 - RFC 9555) |
Label | LABEL: Represents the actual text that should be put on the mailing label, when delivering a physical package to the person/object associated with the VCard. ([2],[3],4) |
Language | LANGUAGE: Language of the Value of the VCardProperty. (2,3,4) |
MediaType | MEDIATYPE : Specifies the MIME type for the data to which a URI refers. (4) |
NonStandard | Non-standard attributes. (2,3,4) |
Phonetic | PHONETIC: Defines how to pronounce the value of another property in the same vCard. (4 - RFC 9554) |
PhoneType | TYPE: Describes a phone number. (2,3,4) |
Preference | PREF or TYPE=PREF: Expresses preference for a property. (2,3,4) |
PropertyClass | TYPE: Indicates, wether a VCardProperty is related to an individual's work place or to an individual's personal life. (2,3,4) |
PropertyID | PROP-ID: Identifies a property among all its siblings of the same property name. (4 - RFC 9554) |
PropertyIDs | PID: Gets the PropertyIDs used to identify the VCardProperty. (4) |
RelationType | TYPE: Specifies the type of relationship with a person. (4) |
Script | SCRIPT: Defines the script that a Value is written in. (4 - RFC 9554) |
ServiceType | SERVICE-TYPE: Defines the online service name associated with a messaging or social media profile. (4 - RFC 9554) |
SortAs | SORT-AS: Determines the sort order. ([3],4) |
TimeZone | TZ: Time zone (4) |
UserName | USERNAME: Defines a username such as the user of a messaging or social media service. (4 - RFC 9554) |
Assign | Assigns the content of other to the instance. |
Clear | Deletes all content of the current instance. |
Clone | Creates a new object that is a copy of the current instance. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Overrides ObjectToString) |