Removes the Property object specified by name from this Properties collection cache. Note that the Properties collection on the server remains unchanged. Properties are only removed from the local properties cache.

Overload List

  Name Description
Public method RemoveFromCache (String) Removes the Property object specified by name from this Properties collection cache. Note that the Properties collection on the server remains unchanged. Properties are only removed from the local properties cache.
Public method RemoveFromCache (String) Removes the Property objects specified by their names in a String array from this Properties collection cache. Note that the Properties collection on the server remains unchanged. Properties are only removed from the local properties cache.

See Also