Delen via


OrganizationServiceContextInfo.ContextType Property

 

Applies To: Dynamics CRM 2013

Gets the custom OrganizationServiceContext class.

Namespace:   Microsoft.Xrm.Client.Metadata
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public Type ContextType { get; private set; }
public:
property Type^ ContextType {
    Type^ get();
    private: void set(Type^ value);
}
member ContextType : Type with get, private set
Public Property ContextType As Type
    Get
    Private Set
End Property

Property Value

Type: System.Type

Type: Type
The custom OrganizationServiceContext class.

See Also

OrganizationServiceContextInfo Class
Microsoft.Xrm.Client.Metadata Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top