SlicerCache.RequireManualUpdate 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.
True when manual updates of the slicer cache required. Boolean (bool in C#) Read/Write
public:
property bool RequireManualUpdate { bool get(); void set(bool value); };
public bool RequireManualUpdate { get; set; }
Public Property RequireManualUpdate As Boolean