Loads the property values for this directory entry into the property cache.
Loads the property values for this directory entry into the property cache.
[Visual Basic] Overloads Public Sub RefreshCache()
[C#] public void RefreshCache();
[C++] public: void RefreshCache();
[JScript] public function RefreshCache();
Loads the values of the specified properties into the property cache.
[Visual Basic] Overloads Public Sub RefreshCache(String())
[C#] public void RefreshCache(String[]);
[C++] public: void RefreshCache(String*[]);
[JScript] public function RefreshCache(String[]);
DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace