Click or drag to resize

ProfileIsInMemoryProfile Property

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.

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public bool IsInMemoryProfile { get; set; }

Property Value

Type: Boolean
true if this instance is in memory profile; otherwise, false.
See Also