summaryP:DotNetNuke.Web.InternalServices.ItemListServiceController.ItemDto.Selectable

Namespace: DotNetNuke.Web.InternalServices
Assembly: DotNetNuke.Web (in DotNetNuke.Web.dll)

Syntax

C#
[DataMemberAttribute(Name = "selectable")]
public bool Selectable { get; set; }
Visual Basic
<DataMemberAttribute(Name := "selectable")> 
Public Property Selectable As Boolean
	Get
	Set

See Also