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