OnTime Extension SDK Documentation
OnTime.Extensions.SDK Namespace / CustomerBase Class / HasWebPortalAccess Property



In This Topic
    HasWebPortalAccess Property
    In This Topic
    Determines if this Customer is authorized to log-in to the Customer Web Portal.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute(False)>
    <DisplayNameAttribute("Has Web Portal Access")>
    Public Property HasWebPortalAccess As Boolean
    'Usage
     
    
    Dim instance As CustomerBase
    Dim value As Boolean
     
    instance.HasWebPortalAccess = value
     
    value = instance.HasWebPortalAccess
    [DataMember(false)]
    [DisplayName("Has Web Portal Access")]
    public bool HasWebPortalAccess {get; set;}
    [DataMember(false)]
    [DisplayName("Has Web Portal Access")]
    public:
    property bool HasWebPortalAccess {
       bool get();
       void set (    bool value);
    }
    Requirements

    Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11, Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019, Windows Server 2022

    See Also