UserId of the User that owns the Relationship. A value of -1 indicates that it's a Portal-Level Relationship

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

Syntax

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

See Also