Gets and sets the AffiliateId for this user

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

Syntax

C#
[BrowsableAttribute(false)]
public int AffiliateID { get; set; }
Visual Basic
<BrowsableAttribute(false)> 
Public Property AffiliateID As Integer
	Get
	Set

See Also