skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
    • Functional UI Testing
    • RESTful API Testing
    • Load Testing
    • Remote Test Execution
    • Agile Teams
    • Web Test Automation
    • Desktop Test Automation
    • Responsive UI Testing
    • Continuous Testing
  • Training
    • Docs and Support
    • Documentation
    • Virtual Classroom
    • Videos
    • Blogs
    • Webinars
    • Whitepapers
    • Case Studies
    • Feedback Portal
    • Technical Support
    • What’s New
    • Roadmap
    • Release Notes
    • Trust Center
    • FAQs
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Request a demo Try now

Class PerUserSettings

Inheritance
System.Object
PerUserSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design
Assembly: ArtOfTest.WebAii.Design.dll

Syntax

public class PerUserSettings : IXmlPersistable

Constructors

PerUserSettings()

Declaration
public PerUserSettings()

Properties

ActiveTheme

Declaration
public string ActiveTheme { get; set; }
Property Value
System.String

HideFindExpWelcome

Declaration
public bool HideFindExpWelcome { get; set; }
Property Value
System.Boolean

HighlightBorderColor

Declaration
public int HighlightBorderColor { get; set; }
Property Value
System.Int32

HighlightBorderSize

Declaration
public int HighlightBorderSize { get; set; }
Property Value
System.Int32

IsUploadRequiredForProject

Declaration
public Dictionary<Guid, bool> IsUploadRequiredForProject { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.Guid, System.Boolean>

MenuHoldTime

Declaration
public double MenuHoldTime { get; set; }
Property Value
System.Double

Password

Declaration
public string Password { get; set; }
Property Value
System.String

PasswordEncrypted

Declaration
public string PasswordEncrypted { get; set; }
Property Value
System.String

PreserveProjectState

Declaration
public bool PreserveProjectState { get; set; }
Property Value
System.Boolean

QcPassword

Declaration
public string QcPassword { get; set; }
Property Value
System.String

QcPasswordEncrypted

Declaration
public string QcPasswordEncrypted { get; set; }
Property Value
System.String

QcSkipAuthDialog

Declaration
public bool QcSkipAuthDialog { get; set; }
Property Value
System.Boolean

QcUserName

Declaration
public string QcUserName { get; set; }
Property Value
System.String

QcUserNameEncrypted

Declaration
public string QcUserNameEncrypted { get; set; }
Property Value
System.String

ResponsiveBrowserDevice

Declaration
public string ResponsiveBrowserDevice { get; set; }
Property Value
System.String

ResponsiveBrowserHeight

Declaration
public int ResponsiveBrowserHeight { get; set; }
Property Value
System.Int32

ResponsiveBrowserUserAgent

Declaration
public string ResponsiveBrowserUserAgent { get; set; }
Property Value
System.String

ResponsiveBrowserWidth

Declaration
public int ResponsiveBrowserWidth { get; set; }
Property Value
System.Int32

SelectedBrowserOption

Declaration
public PersistableBrowserOptions SelectedBrowserOption { get; set; }
Property Value
PersistableBrowserOptions

SelectedResponsiveBrowserOption

Declaration
public PersistableBrowserOptions SelectedResponsiveBrowserOption { get; set; }
Property Value
PersistableBrowserOptions

ShouldDeleteElement

Declaration
public bool ShouldDeleteElement { get; set; }
Property Value
System.Boolean

ShowLoadFeatureTour

Declaration
public bool ShowLoadFeatureTour { get; set; }
Property Value
System.Boolean

ShowStepResultDetails

Declaration
public bool ShowStepResultDetails { get; set; }
Property Value
System.Boolean

ShowStoryboardHorizontalLayout

Declaration
public bool ShowStoryboardHorizontalLayout { get; set; }
Property Value
System.Boolean

SilverlightConnectTimeout

Declaration
public int SilverlightConnectTimeout { get; set; }
Property Value
System.Int32

SkipDeleteElementPrompt

Declaration
public bool SkipDeleteElementPrompt { get; set; }
Property Value
System.Boolean

SkipFindExpressionSetDataDrivenWarning

Declaration
public bool SkipFindExpressionSetDataDrivenWarning { get; set; }
Property Value
System.Boolean

SkipSavePrompt

Declaration
public bool SkipSavePrompt { get; set; }
Property Value
System.Boolean

SkipTPAuthDialog

Declaration
public bool SkipTPAuthDialog { get; set; }
Property Value
System.Boolean

SkipUploadScheduledJobToStoragePromptPerProject

Declaration
public Dictionary<Guid, bool> SkipUploadScheduledJobToStoragePromptPerProject { get; set; }
Property Value
System.Collections.Generic.Dictionary<System.Guid, System.Boolean>

StopShowingHandlerViewTips

Declaration
public bool StopShowingHandlerViewTips { get; set; }
Property Value
System.Boolean

StopShowingLoadConditionsViewTips

Declaration
public bool StopShowingLoadConditionsViewTips { get; set; }
Property Value
System.Boolean

StopShowingLoadResultsViewTips

Declaration
public bool StopShowingLoadResultsViewTips { get; set; }
Property Value
System.Boolean

StopShowingLoadRunViewTips

Declaration
public bool StopShowingLoadRunViewTips { get; set; }
Property Value
System.Boolean

StopShowingLoadUserGroupsViewTips

Declaration
public bool StopShowingLoadUserGroupsViewTips { get; set; }
Property Value
System.Boolean

TfsDomain

Declaration
public string TfsDomain { get; set; }
Property Value
System.String

TfsDomainEncrypted

Declaration
public string TfsDomainEncrypted { get; set; }
Property Value
System.String

TfsPassword

Declaration
public string TfsPassword { get; set; }
Property Value
System.String

TfsPasswordEncrypted

Declaration
public string TfsPasswordEncrypted { get; set; }
Property Value
System.String

TfsSkipAuthDialog

Declaration
public bool TfsSkipAuthDialog { get; set; }
Property Value
System.Boolean

TfsUserName

Declaration
public string TfsUserName { get; set; }
Property Value
System.String

TfsUserNameEncrypted

Declaration
public string TfsUserNameEncrypted { get; set; }
Property Value
System.String

TrackActiveFile

Declaration
public bool TrackActiveFile { get; set; }
Property Value
System.Boolean

UrlHistory

Declaration
public List<Uri> UrlHistory { get; set; }
Property Value
System.Collections.Generic.List<System.Uri>

UserName

Declaration
public string UserName { get; set; }
Property Value
System.String

UserNameEncrypted

Declaration
public string UserNameEncrypted { get; set; }
Property Value
System.String

UseWindowsAuthentication

Declaration
public bool UseWindowsAuthentication { get; set; }
Property Value
System.Boolean

Explicit Interface Implementations

IXmlPersistable.CurrentVersion

Declaration
Version IXmlPersistable.CurrentVersion { get; }
Returns
System.Version

Implements
IXmlPersistable.CurrentVersion

IXmlPersistable.LoadFrom(XmlStoreNode)

Declaration
void IXmlPersistable.LoadFrom(XmlStoreNode store)
Parameters
XmlStoreNode store

Implements
IXmlPersistable.LoadFrom(XmlStoreNode)

IXmlPersistable.RootName

Declaration
string IXmlPersistable.RootName { get; }
Returns
System.String

Implements
IXmlPersistable.RootName

IXmlPersistable.SaveTo(XmlStoreNode)

Declaration
void IXmlPersistable.SaveTo(XmlStoreNode store)
Parameters
XmlStoreNode store

Implements
IXmlPersistable.SaveTo(XmlStoreNode)

IXmlPersistable.XmlBlob

Declaration
XmlBlob IXmlPersistable.XmlBlob { get; set; }
Returns
XmlBlob

Implements
IXmlPersistable.XmlBlob
Getting Started
  • Getting Started
  • Videos
  • Whats New
  • Roadmap
Community
  • Forums
  • Blogs
  • Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.