DeviceChannelPanel.IncludedChannels property

Gets or sets a value that is a comma-separated list of device channel aliases for which this control is visible.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property IncludedChannels As String
    Get
    Set
'Usage
Dim instance As DeviceChannelPanel
Dim value As String

value = instance.IncludedChannels

instance.IncludedChannels = value
public string IncludedChannels { get; set; }

Property value

Type: System.String

See also

Reference

DeviceChannelPanel class

DeviceChannelPanel members

Microsoft.SharePoint.Publishing.WebControls namespace