OrganizationServiceElement.Type Property

 

Applies To: Dynamics CRM 2015

Gets or sets the dependency type name.

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

Syntax

[ConfigurationPropertyAttribute("type", DefaultValue = "Microsoft.Xrm.Client.Services.CachedOrganizationService, Microsoft.Xrm.Client")]
public override string Type { get; set; }
public:
[ConfigurationPropertyAttribute("type", DefaultValue = "Microsoft.Xrm.Client.Services.CachedOrganizationService, Microsoft.Xrm.Client")]
property String^ Type {
    virtual String^ get() override;
    virtual void set(String^ value) override;
}
[<ConfigurationPropertyAttribute("type", DefaultValue = "Microsoft.Xrm.Client.Services.CachedOrganizationService, Microsoft.Xrm.Client")>]
override Type : string with get, set
<ConfigurationPropertyAttribute("type", DefaultValue := "Microsoft.Xrm.Client.Services.CachedOrganizationService, Microsoft.Xrm.Client")>
Public Overrides Property Type As String

Property Value

Type: System.String

Type: String.

See Also

OrganizationServiceElement Class
Microsoft.Xrm.Client.Configuration Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright