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