public bool Cached { get; set; }
Public Property Cached As Boolean Get Set
public: virtual property bool Cached { bool get () sealed; void set (bool value) sealed; }
function get_Cached(); function set_Cached(value);
In This Article