Frame.CacheSize 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.
public:
property int CacheSize { int get(); void set(int value); };
int CacheSize();
void CacheSize(int value);
public int CacheSize { get; set; }
var int32 = frame.cacheSize;
frame.cacheSize = int32;
Public Property CacheSize As Integer
Property Value
int