public IEnumerable<TextProperty?>? SocialMediaProfiles { get; set; }
Public Property SocialMediaProfiles As IEnumerable(Of TextProperty)
Get
Set
public:
property IEnumerable<TextProperty^>^ SocialMediaProfiles {
IEnumerable<TextProperty^>^ get ();
void set (IEnumerable<TextProperty^>^ value);
}
member SocialMediaProfiles : IEnumerable<TextProperty> with get, set
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.