ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / CubeServiceTagHelper Class / Password Property

In This Topic
    Password Property (CubeServiceTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.CubeService.Password. Sets the password in the SSAS server for windows authentication.
    Syntax
    'Declaration
     
    Public Property Password As String
    public string Password {get; set;}
    See Also