VideoSet.WelcomePageUrl property

Gets the relative URL of the welcome page for this VideoSet object.

Namespace:  Microsoft.Office.DocumentManagement.VideoSets
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property WelcomePageUrl As String
    Get
'Usage
Dim instance As VideoSet
Dim value As String

value = instance.WelcomePageUrl
public override string WelcomePageUrl { get; }

Property value

Type: System.String
String representation of the welcome page URL for this VideoSet object.

See also

Reference

VideoSet class

VideoSet members

Microsoft.Office.DocumentManagement.VideoSets namespace