Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / WebVideoProperties Class / SetUrl Method / SetUrl(String) Method
The video URL.

In This Topic
    SetUrl(String) Method
    In This Topic
    Sets the video URL associated with this WebVideoProperties.
    Syntax
    'Declaration
     
    Public Overloads Sub SetUrl( _
       ByVal url As System.String _
    ) 
    public void SetUrl( 
       System.string url
    )

    Parameters

    url
    The video URL.
    See Also