ObjectCacheElement.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 = "System.Runtime.Caching.MemoryCache, System.Runtime.Caching, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public override string Type { get; set; }
public:
[ConfigurationPropertyAttribute("type", DefaultValue = "System.Runtime.Caching.MemoryCache, System.Runtime.Caching, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
property String^ Type {
virtual String^ get() override;
virtual void set(String^ value) override;
}
[<ConfigurationPropertyAttribute("type", DefaultValue = "System.Runtime.Caching.MemoryCache, System.Runtime.Caching, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>]
override Type : string with get, set
<ConfigurationPropertyAttribute("type", DefaultValue := "System.Runtime.Caching.MemoryCache, System.Runtime.Caching, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
Public Overrides Property Type As String
Property Value
Type: System.String
Type: String
.
See Also
ObjectCacheElement Class
Microsoft.Xrm.Client.Configuration Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright