AbstractServiceDescription Property |
Gets or sets the description of the Abstract Service
Namespace:
Hummingbird.TestFramework.Services
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public string Description { get; protected set; }
Public Property Description As String
Get
Protected Set
public:
property String^ Description {
String^ get ();
protected: void set (String^ value);
}
member Description : string with get, set
Property Value
Type:
String
The description.
See Also