Editor.ID Property

Definition

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

public:
 property System::String ^ ID { System::String ^ get(); };
public string ID { get; }
member this.ID : string
Public ReadOnly Property ID As String

Property Value

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.

Applies to