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; }<DataMemberAttribute>
Public Property IsInMemoryProfile As Boolean
	Get
	Set
public:
[DataMemberAttribute]
property bool IsInMemoryProfile {
	bool get ();
	void set (bool value);
}[<DataMemberAttribute>]
member IsInMemoryProfile : bool with get, set
Property Value
Type: 
Booleantrue if this instance is in memory profile; otherwise, 
false.
            
See Also