TestStepBaseInformationString Property |
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [IgnoreDataMemberAttribute]
public string InformationString { get; }
<IgnoreDataMemberAttribute>
Public ReadOnly Property InformationString As String
Get
public:
[IgnoreDataMemberAttribute]
property String^ InformationString {
String^ get ();
}
[<IgnoreDataMemberAttribute>]
member InformationString : string with get
Property Value
Type:
String
The information string.
See Also