Click or drag to resize

Profile Properties

The Profile type exposes the following members.

Properties
  NameDescription
Public propertyActiveEnvironment
Gets the active test environment.
Public propertyStatic memberActiveProfile
Gets the Active profile used by Manual Testing
Public propertyCredentials
This list stores Authentication Tokens used for each environment. The details of each token is environment specific.
Public propertyDefaultEnvironment
Gets the default test environment.
Public propertyStatic memberDefaultProfile
Gets the instance.
Public propertyDescription
Gets or sets the description.
Public propertyEnabledServers
Gets or sets the enabled servers.
Public propertyEnvironments
ALL Test environments used.
Public propertyEnvironmentVariables
The Name of all environment variables. This list contains only Names, the values are stored in each environment;
Public propertyIsInMemoryProfile
Gets or sets a value indicating whether this instance is an in memory profile. In memory profiles are not saved independently from the file system but is used to embedded with other object such as Automation Project and Performance Test Project.
Public propertyName
Gets or sets the name of the current profile;
Public propertySavedResponses
Gets or sets the saved responses.
Public propertyServiceParameters
Gets or sets the service parameters.
Public propertySystemVariables
The Name of all system variables. This list contains only Names, the values are stored in each environment;
Top
See Also