AutomationProjectProfile Property |
Gets or sets the test profile.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public Profile Profile { get; set; }
<DataMemberAttribute>
Public Property Profile As Profile
Get
Set
public:
[DataMemberAttribute]
property Profile^ Profile {
Profile^ get ();
void set (Profile^ value);
}
[<DataMemberAttribute>]
member Profile : Profile with get, set
Property Value
Type:
Profile
The profile.
See Also