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