OrganizationServiceContextInfo Constructor (Type)
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.TypeType: Type. The type.
See Also
OrganizationServiceContextInfo Class
Microsoft.Xrm.Client.Metadata Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top