del método VideoItem.GetStreamingKeyAccessToken
Espacio de nombres: Microsoft.SharePoint.Client.Publishing
Ensamblados: Microsoft.SharePoint.Client.Publishing.Silverlight (en Microsoft.SharePoint.Client.Publishing.Silverlight.dll); Microsoft.SharePoint.Client.Publishing.Phone (en Microsoft.SharePoint.Client.Publishing.Phone.dll) Microsoft.SharePoint.Client.Publishing (en Microsoft.SharePoint.Client.Publishing.dll)
Sintaxis
'Declaración
Public Overridable Function GetStreamingKeyAccessToken As ClientResult(Of String)
'Uso
Dim instance As VideoItem
Dim returnValue As ClientResult(Of String)
returnValue = instance.GetStreamingKeyAccessToken()
public virtual ClientResult<string> GetStreamingKeyAccessToken()
Valor devuelto
Tipo: Microsoft.SharePoint.Client.ClientResult<String>