Share via


VideoItem.GetStreamingKeyAccessToken method

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

Syntax

'Declaration
Public Overridable Function GetStreamingKeyAccessToken As ClientResult(Of String)
'Usage
Dim instance As VideoItem
Dim returnValue As ClientResult(Of String)

returnValue = instance.GetStreamingKeyAccessToken()
public virtual ClientResult<string> GetStreamingKeyAccessToken()

Return value

Type: Microsoft.SharePoint.Client.ClientResult<String>

See also

Reference

VideoItem class

VideoItem members

Microsoft.SharePoint.Client.Publishing namespace