XMLNamespace.DefaultTransform[Boolean] Property

Definition

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.

public:
 property Microsoft::Office::Interop::Word::XSLTransform ^ DefaultTransform[bool] { Microsoft::Office::Interop::Word::XSLTransform ^ get(bool AllUsers); void set(bool AllUsers, Microsoft::Office::Interop::Word::XSLTransform ^ value); };
public Microsoft.Office.Interop.Word.XSLTransform DefaultTransform[bool AllUsers = false] { get; set; }
member this.DefaultTransform(bool) : Microsoft.Office.Interop.Word.XSLTransform with get, set
Public Property DefaultTransform(Optional AllUsers As Boolean = false) As XSLTransform

Parameters

AllUsers
Boolean

Optional Boolean. True if all users have access to the specified object.

Property Value

Applies to