Skip to main content
All docs
V25.2
  • AzureAdAuthenticationOptions.ClientId Field

    Contains the unique Application (client) ID assigned to your app by Microsoft Entra ID when the app was registered.

    Namespace: DevExpress.ExpressApp.Win.ApplicationBuilder

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

    NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

    Declaration

    public string ClientId

    Field Value

    Type Description
    String

    The application identifier.

    See Also