DocumentClass.XMLSaveThroughXSLT Property
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Property XMLSaveThroughXSLT As String
Get
Set
'Usage
Dim instance As DocumentClass
Dim value As String
value = instance.XMLSaveThroughXSLT
instance.XMLSaveThroughXSLT = value
public virtual string XMLSaveThroughXSLT { get; set; }
Property Value
Type: System.String