Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2013
Creates an instance of the OrganizationServiceContextInfo class.
Namespace:   Microsoft.Xrm.Client.Metadata
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public OrganizationServiceContextInfo(
    Type contextType
)
public:
OrganizationServiceContextInfo(
    Type^ contextType
)
new : 
        contextType:Type -> OrganizationServiceContextInfo
Public Sub New (
    contextType As Type
)
Parameters
- contextType 
 Type: System.Type- Type: Type. The type. 
See Also
OrganizationServiceContextInfo Class
Microsoft.Xrm.Client.Metadata Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top