Partilhar via


ProfileOperations.isCachDisabled Property

Gets or sets a Boolean value that specifies whether the cache will be written to disk.

Namespace: Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager
Assembly: Microsoft.Crm.UnifiedServiceDesk.CommonUtility (in Microsoft.Crm.UnifiedServiceDesk.CommonUtility.dll)

Usage

'Usage
Dim instance As ProfileOperations
Dim value As Boolean

value = instance.isCachDisabled

instance.isCachDisabled = value

Syntax

'Declaration
Public Property isCachDisabled As Boolean
public bool isCachDisabled { get; set; }
public:
property bool isCachDisabled {
    bool get ();
    void set (bool value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public boolean get_isCachDisabled ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_isCachDisabled (boolean value)
CompilerGeneratedAttribute 
public function get isCachDisabled () : boolean

CompilerGeneratedAttribute 
public function set isCachDisabled (value : boolean)

Property Value

Type: Boolean
true if the cache is written to disk; otherwise, false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

ProfileOperations Class
ProfileOperations Members
Microsoft.Crm.UnifiedServiceDesk.CommonUtility.UserProfileManager Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.