IProxyTypesAssemblyProvider.ProxyTypesAssembly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the assembly that contains the early-bound entity types.
public:
property System::Reflection::Assembly ^ ProxyTypesAssembly { System::Reflection::Assembly ^ get(); void set(System::Reflection::Assembly ^ value); };
public System.Reflection.Assembly ProxyTypesAssembly { get; set; }
member this.ProxyTypesAssembly : System.Reflection.Assembly with get, set
Public Property ProxyTypesAssembly As Assembly
Property Value
The assembly.