A collection of all the relationships the user is a member of.
Namespace: DotNetNuke.Entities.Users.SocialAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public IList<UserRelationship> UserRelationships { get; } |
| Visual Basic |
|---|
Public ReadOnly Property UserRelationships As IList(Of UserRelationship) Get |