OrganizationServiceProxy.EnableProxyTypes Method
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.
Overloads
EnableProxyTypes() |
Enables support for the early-bound entity types. |
EnableProxyTypes(Assembly) |
Enables support for the early-bound entity types exposed in a specified assembly. |
EnableProxyTypes()
Enables support for the early-bound entity types.
public:
void EnableProxyTypes();
public void EnableProxyTypes ();
member this.EnableProxyTypes : unit -> unit
Public Sub EnableProxyTypes ()
Applies to
EnableProxyTypes(Assembly)
Enables support for the early-bound entity types exposed in a specified assembly.
public:
void EnableProxyTypes(System::Reflection::Assembly ^ assembly);
public void EnableProxyTypes (System.Reflection.Assembly assembly);
member this.EnableProxyTypes : System.Reflection.Assembly -> unit
Public Sub EnableProxyTypes (assembly As Assembly)
Parameters
- assembly
- Assembly
An assembly containing early-bound entity types.