Share via


Frameset.FrameDefaultURL Property

Returns or sets the Web page or other document to be displayed in the specified frame when the frames page is opened.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property FrameDefaultURL As String
    Get
    Set
'Usage
Dim instance As Frameset
Dim value As String

value = instance.FrameDefaultURL

instance.FrameDefaultURL = value
string FrameDefaultURL { get; set; }

Property Value

Type: System.String

See Also

Reference

Frameset Interface

Frameset Members

Microsoft.Office.Interop.Word Namespace