OrganizationServiceProxy.EnableProxyTypes Method (Assembly)
Applies To: Dynamics CRM 2015
Enables support for the early-bound entity types exposed in a specified assembly.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public void EnableProxyTypes(
Assembly assembly
)
public:
void EnableProxyTypes(
Assembly^ assembly
)
member EnableProxyTypes :
assembly:Assembly -> unit
Public Sub EnableProxyTypes (
assembly As Assembly
)
Parameters
assembly
Type: System.Reflection.AssemblyType: Assembly. An assembly containing early-bound entity types.
See Also
EnableProxyTypes Overload
OrganizationServiceProxy Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright