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