InitializableConfigurationElement<TDependency>.Type Property
Applies To: Dynamics CRM 2015
The dependency type name.
Namespace: Microsoft.Xrm.Client.Configuration
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public abstract string Type { get; set; }
public:
property String^ Type {
virtual String^ get() abstract;
virtual void set(String^ value) abstract;
}
abstract Type : string with get, set
Public MustOverride Property Type As String
Property Value
Type: System.String
Type: String.
See Also
InitializableConfigurationElement<TDependency> Class
Microsoft.Xrm.Client.Configuration Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright