TestStepBaseProfile Property |
Gets the profile.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [XmlIgnoreAttribute]
[IgnoreDataMemberAttribute]
public Profile Profile { get; }
<XmlIgnoreAttribute>
<IgnoreDataMemberAttribute>
Public ReadOnly Property Profile As Profile
Get
public:
[XmlIgnoreAttribute]
[IgnoreDataMemberAttribute]
property Profile^ Profile {
Profile^ get ();
}
[<XmlIgnoreAttribute>]
[<IgnoreDataMemberAttribute>]
member Profile : Profile with get
Property Value
Type:
Profile
The profile.
See Also