Gets the LastModifiedByUserID
Namespace: DotNetNuke.EntitiesAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] [XmlIgnoreAttribute] public int LastModifiedByUserID { get; private set; } |
Visual Basic |
---|
<BrowsableAttribute(false)> <XmlIgnoreAttribute> Public Property LastModifiedByUserID As Integer Get Private Set |