SpotlightChannel.ChannelId property
Namespace: Microsoft.SharePoint.Client.Publishing
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Property ChannelId As Guid
Get
Set
'Usage
Dim instance As SpotlightChannel
Dim value As Guid
value = instance.ChannelId
instance.ChannelId = value
public Guid ChannelId { get; set; }
Property value
Type: System.Guid