Returns the Friend Relationship (if it exists with the current User)

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

Syntax

C#
public UserRelationship Friend { get; }
Visual Basic
Public ReadOnly Property Friend As UserRelationship
	Get

See Also