Editor.ID Property

Returns or sets the identifying label for the specified object when the current document is saved as a Web page.

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

Syntax

'Declaration
ReadOnly Property ID As String
    Get
'Usage
Dim instance As Editor
Dim value As String

value = instance.ID
string ID { get; }

Property Value

Type: System.String

Remarks

With the exception of the Editor object, you can use a label as a hyperlink reference from other Web pages or from within the current document.

See Also

Reference

Editor Interface

Editor Members

Microsoft.Office.Interop.Word Namespace