ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap Namespace / CubeService Class / User Property

In This Topic
    User Property (CubeService)
    In This Topic
    Gets or sets the username in the SSAS server for windows authentication.
    Syntax
    'Declaration
     
    Public Property User As String
    public string User {get; set;}
    See Also