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; }
<XmlIgnoreAttribute>
Public Property ProxyCodeAssembly As Assembly
Get
Set
public:
[XmlIgnoreAttribute]
property Assembly^ ProxyCodeAssembly {
Assembly^ get ();
void set (Assembly^ value);
}
[<XmlIgnoreAttribute>]
member ProxyCodeAssembly : Assembly with 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