Skip to main content
All docs
V25.2
  • ModelDifferencesOptions.ServiceModelResourceName Property

    Specifies the name of *.xafml resources that contain application model settings for the service management interface in a multi-tenant application.

    Namespace: DevExpress.ExpressApp.ApplicationBuilder

    Assembly: DevExpress.ExpressApp.MultiTenancy.v25.2.dll

    NuGet Package: DevExpress.ExpressApp.MultiTenancy

    Declaration

    public string ServiceModelResourceName { get; set; }

    Property Value

    Type Description
    String

    The resource name.

    See Also