ExcelWorkbookDefaultSettingsAutoTrustLevel Property
Gets or sets a flag indication if the library should automatically determine the trust level in an ASP.NET
environment in order to offer the best performance. Default value is true. When this property is false
the trust level is given by the FullTrustAllowed property.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public bool AutoTrustLevel { get; set; }
Public Property AutoTrustLevel As Boolean
Get
Set
public:
property bool AutoTrustLevel {
bool get ();
void set (bool value);
}
member AutoTrustLevel : bool with get, set
Property Value
Boolean