ProjectAssemblyProduct Property |
Product name of the current extension
Namespace:
Hummingbird.TestFramework.ExtensionProject
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string AssemblyProduct { get; set; }
<DataMemberAttribute>
Public Property AssemblyProduct As String
Get
Set
public:
[DataMemberAttribute]
property String^ AssemblyProduct {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member AssemblyProduct : string with get, set
Property Value
Type:
StringSee Also