ProjectAssemblyDescription Property |
A brief description of this extension, it will be used as AssemblyDescription of your output.
Namespace:
Hummingbird.TestFramework.ExtensionProject
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string AssemblyDescription { get; set; }
<DataMemberAttribute>
Public Property AssemblyDescription As String
Get
Set
public:
[DataMemberAttribute]
property String^ AssemblyDescription {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member AssemblyDescription : string with get, set
Property Value
Type:
StringSee Also