XSLTransform.ID Property
Returns a value containing the GUID assigned to the current XSLTransform object.
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 XSLTransform
Dim value As String
value = instance.ID
string ID { get; }
Property Value
Type: System.String