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