Returns a path to user-cached copy of locally installed files.


Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property UserCache As MsiFolderUserCache
C#
public MsiFolderUserCache UserCache { get; }
C++
public property MsiFolderUserCache UserCache sealed  {
    MsiFolderUserCache get();
}
J#
/** property */
public MsiFolderUserCache get_UserCache();
JScript
public function get UserCache() : MsiFolderUserCache

See Also