Gets or sets the social profile.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected UserProfile SocialProfile { get; set; }
Visual Basic
Protected Property SocialProfile As UserProfile
	Get
	Set
Visual C++
protected:
property UserProfile^ SocialProfile {
	UserProfile^ get ();
	void set (UserProfile^ value);
}
F#
member SocialProfile : UserProfile with get, set

Property Value

Type: UserProfile

See Also