A collection of all the relationships the user is a member of.

Namespace: DotNetNuke.Entities.Users.Social
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public IList<UserRelationship> UserRelationships { get; }
Visual Basic
Public ReadOnly Property UserRelationships As IList(Of UserRelationship)
	Get

See Also