VCardSocialMediaProfiles Property

SOCIALPROFILE: Specifies the URI or username for social media profiles associated with the object the VCard represents. (4 - RFC 9554)

Definition

Namespace: FolkerKinzel.VCards
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public IEnumerable<TextProperty?>? SocialMediaProfiles { get; set; }

Property Value

IEnumerableTextProperty
A single URI or TEXT value. The default value type is URI.

Remarks

In addition to the typical use of this property with URI values, it also allows setting usernames for social media services as free-text TEXT values, in which case the ServiceType parameter MUST be provided.

The ServiceType parameter MAY be assigned if the value type is URI.

See Also