Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

AzureCompatibility.Enable Property

OBSOLETE

This property has become obsolete. Use the 'Enable' property instead.

Use the AzureCompatibility.Enable property instead.

Namespace: DevExpress.Office

Assembly: DevExpress.Office.v19.1.Core.dll

Declaration

[Obsolete("This property has become obsolete. Use the 'DevExpress.Utils.AzureCompatibility.Enable' property instead.")]
public static bool Enable { get; set; }

Property Value

Type Description
Boolean

true if the document export is Azure-compatible; otherwise false.

See Also