ContentControl.ID Property
Returns the identification for a content control. Read-only.
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 ContentControl
Dim value As String
value = instance.ID
string ID { get; }
Property Value
Type: System.String
String
Remarks
The ID property is an internal number that you cannot change but that you can use to identify a content control in code. This number is unique for each content control and does not change.