ObjectType gets and sets the type of the object

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string ObjectType { get; set; }
Visual Basic
Public Property ObjectType As String
	Get
	Set

See Also