ContentControlBase::ID Property

 

Gets a unique number that identifies the content control.

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

property String^ ID {
	String^ get();
}

Property Value

Type: System::String^

A unique number that identifies the content control.

The value of the ID property is determined by Microsoft Office Word. You can use this value to identify a content control in code. The value is unique for each content control and it cannot be changed.

Return to top
Show: