XMLNamespace.DefaultTransform Property
Returns a XSLTransform object that represents the default Extensible Stylesheet Language Transformation (XSLT) file to use when opening a document from an XML schema for a particular namespace.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property DefaultTransform ( _
AllUsers As Boolean _
) As XSLTransform
Get
Set
'Usage
Dim instance As XMLNamespace
Dim AllUsers As Boolean
Dim value As XSLTransform
value = instance.DefaultTransform(AllUsers)
instance.DefaultTransform(AllUsers) = value
XSLTransform this[
bool AllUsers
] { get; set; }
Parameters
- AllUsers
Type: System.Boolean
Optional Boolean. True if all users have access to the specified object.
Property Value
Type: Microsoft.Office.Interop.Word.XSLTransform