Share via


Script.Id Property

Returns or sets the ID of a Script object.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property Id As String
    Get
    Set
'Usage
Dim instance As Script
Dim value As String

value = instance.Id

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

Property Value

Type: System.String

Remarks

The ID returned is the ID attribute of the <SCRIPT> tag in HTML. If there’s no ID attribute specified in the <SCRIPT> tag, the Id property returns an empty string.

Id specifies an SGML identifier used for naming elements. Valid identifiers include any string that begins with a letter and is composed of alphanumeric characters; the string can also include the underscore character ( _ ).

The ID must be unique within the HTML document.

See Also

Reference

Script Interface

Script Members

Microsoft.Office.Core Namespace