CachedFileUpdaterTriggerDetails.UpdateTarget Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the CachedFileTarget object associated with cached file update that indicates whether the local or remote file should be updated.
public:
property CachedFileTarget UpdateTarget { CachedFileTarget get(); };
CachedFileTarget UpdateTarget();
public CachedFileTarget UpdateTarget { get; }
var cachedFileTarget = cachedFileUpdaterTriggerDetails.updateTarget;
Public ReadOnly Property UpdateTarget As CachedFileTarget
Property Value
The CachedFileTarget object associated with cached file update that indicates whether the local or remote file should be updated.