Partilhar via


ProfileOperations.CacheVersionId Property

Gets or sets the version ID of the cache string.

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 String

value = instance.CacheVersionId

instance.CacheVersionId = value

Syntax

'Declaration
Public Property CacheVersionId As String
public string CacheVersionId { get; set; }
public:
property String^ CacheVersionId {
    String^ get ();
    void set (String^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public String get_CacheVersionId ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_CacheVersionId (String value)
CompilerGeneratedAttribute 
public function get CacheVersionId () : String

CompilerGeneratedAttribute 
public function set CacheVersionId (value : String)

Property Value

Type: String
The cache version ID.

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.