The ID of the Relationship to which this Relation belongs to (e.g. Friend List or Coworkers)

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

Syntax

C#
[XmlAttributeAttribute]
public int RelationshipId { get; set; }
Visual Basic
<XmlAttributeAttribute> 
Public Property RelationshipId As Integer
	Get
	Set

See Also