Loads the values of the specified properties into the property cache.
[Visual Basic] Overloads Public Sub RefreshCache( _ ByVal propertyNames() As String _ ) [C#] public void RefreshCache( string[] propertyNames ); [C++] public: void RefreshCache( String* propertyNames[] ); [JScript] public function RefreshCache( propertyNames : String[] );
CAUTION Any uncommitted changes to the property cache will be lost. Use CommitChanges to persist changes to the directory store.
DirectoryEntry Class | DirectoryEntry Members | System.DirectoryServices Namespace | DirectoryEntry.RefreshCache Overload List | CommitChanges