Public Property EnableDocumentFunction As Boolean
Dim instance As XsltSettings Dim value As Boolean value = instance.EnableDocumentFunction instance.EnableDocumentFunction = value
public bool EnableDocumentFunction { get; set; }
public: property bool EnableDocumentFunction { bool get (); void set (bool value); }
/** @property */ public boolean get_EnableDocumentFunction () /** @property */ public void set_EnableDocumentFunction (boolean value)
public function get EnableDocumentFunction () : boolean public function set EnableDocumentFunction (value : boolean)
If you enable the document() function, you can restrict the resources that can be accessed by passing an XmlSecureResolver object to the Transform method.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.