Gets the CreatedByUserID

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

Syntax

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

Return Value

An Integer

See Also