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