Click or drag to resize

ServiceProxyCodeAssembly Property

Gets or sets the Assembly object (Compiled from GeneratedProxyCode).

Namespace:  Hummingbird.TestFramework.ExtensionProject
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[XmlIgnoreAttribute]
public Assembly ProxyCodeAssembly { get; set; }

Property Value

Type: Assembly
The Assembly of the WCF Proxy code, this object is not serialized and will not be saved in the extension project.
See Also