CoAuthor.ID Property
Gets the unique identifier for the specified author.
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 CoAuthor
Dim value As String
value = instance.ID
string ID { get; }
Property Value
Type: System.String
The unique identifier for the specified author.
Remarks
Read-only. The unique identifier returned by this property should not be assumed to have a particular length or format.