VideoItem.VideoDownloadUrl プロパティ
名前空間: Microsoft.SharePoint.Client.Publishing
アセンブリ: Microsoft.SharePoint.Client.Publishing (Microsoft.SharePoint.Client.Publishing.dll 内)
構文
'宣言
Public ReadOnly Property VideoDownloadUrl As String
Get
'使用
Dim instance As VideoItem
Dim value As String
value = instance.VideoDownloadUrl
public string VideoDownloadUrl { get; }