Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    Declaration

    public string ServiceModelResourceName { get; set; }

    Property Value

    Type Description
    String

    The resource name.

    See Also