ObjectCacheElement.OutputCacheProfileName Property
Applies To: Dynamics CRM 2015
Gets or sets the name of the OutputCacheProfileName from which the cache profile duration is obtained.
Namespace: Microsoft.Xrm.Client.Configuration
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
[ConfigurationPropertyAttribute("outputCacheProfileName")]
public string OutputCacheProfileName { get; set; }
public:
[ConfigurationPropertyAttribute("outputCacheProfileName")]
property String^ OutputCacheProfileName {
String^ get();
void set(String^ value);
}
[<ConfigurationPropertyAttribute("outputCacheProfileName")>]
member OutputCacheProfileName : string with get, set
<ConfigurationPropertyAttribute("outputCacheProfileName")>
Public Property OutputCacheProfileName 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