ProtectedViewWindow.SourceName Property

Gets the name of the source file for the specified protected view window.

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

Syntax

'Declaration
ReadOnly Property SourceName As String
    Get
'Usage
Dim instance As ProtectedViewWindow
Dim value As String

value = instance.SourceName
string SourceName { get; }

Property Value

Type: System.String
The name of the source file for the specified protected view window.

Remarks

Read-only string. This property does not return the path for the source file.

See Also

Reference

ProtectedViewWindow Interface

ProtectedViewWindow Members

Microsoft.Office.Interop.Word Namespace