Freigeben über


InitializableConfigurationElement<TDependency>.DependencyType Property

 

Applies To: Dynamics CRM 2013

The dependency type.

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

Syntax

public Type DependencyType { get; }
public:
property Type^ DependencyType {
    Type^ get();
}
member DependencyType : Type with get
Public ReadOnly Property DependencyType As Type

Property Value

Type: System.Type

Type: Type.

See Also

InitializableConfigurationElement<TDependency> Class
Microsoft.Xrm.Client.Configuration Namespace
Developer extensions for Microsoft Dynamics CRM 2013

Return to top