Gets and sets the AffiliateId for this user
Namespace: DotNetNuke.Entities.UsersAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] public int AffiliateID { get; set; } |
Visual Basic |
---|
<BrowsableAttribute(false)> Public Property AffiliateID As Integer Get Set |