Winnovative Excel Library for .NET
FullTrustAllowed Property
NamespacesWinnovative.ExcelLibExcelWorkbookDefaultSettingsFullTrustAllowed
Winnovative Excel Library for .NET
Gets or sets a global flag indicating if the ASP.NET Full Trust level can be granted to the library at runtime. This property has effect only if AutoTrustLevel is false. The default value is true and therefore the library assumes it can run in full trust mode. In full trust mode the library can run some speed optimizations to deliver the best performance. Full Trust level is the default level assigned by ASP.NET to the web applications.
Declaration Syntax
C#Visual BasicVisual C++
public bool FullTrustAllowed { get; set; }
Public Property FullTrustAllowed As Boolean
public:
property bool FullTrustAllowed {
	bool get ();
	void set (bool value);
}

Assembly: Winnovative.ExcelLib (Module: Winnovative.ExcelLib) Version: 2.1.0.0 (2.1.0.0)