SpotlightChannelCollection.GetById método
Namespace: Microsoft.SharePoint.Client.Publishing
Assemblies: Microsoft.SharePoint.Client.Publishing.Silverlight (em Microsoft.SharePoint.Client.Publishing.Silverlight.dll); Microsoft.SharePoint.Client.Publishing.Phone (em Microsoft.SharePoint.Client.Publishing.Phone.dll) Microsoft.SharePoint.Client.Publishing (em Microsoft.SharePoint.Client.Publishing.dll)
Sintaxe
'Declaração
Public Function GetById ( _
id As Integer _
) As SpotlightChannel
'Uso
Dim instance As SpotlightChannelCollection
Dim id As Integer
Dim returnValue As SpotlightChannel
returnValue = instance.GetById(id)
public SpotlightChannel GetById(
int id
)
Parâmetros
- id
Tipo: System.Int32
Valor retornado
Tipo: Microsoft.SharePoint.Client.Publishing.SpotlightChannel
Ver também
Referência
SpotlightChannelCollection classe