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

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