DirectoryServiceConnection.RefreshSchema method
Sends a command to refrersh the MA schema from the AD/LDAP
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub RefreshSchema ( _
password As SecureString _
)
'Usage
Dim instance As DirectoryServiceConnection
Dim password As SecureString
instance.RefreshSchema(password)
public void RefreshSchema(
SecureString password
)
Parameters
- password
Type: System.Security.SecureString
See also
Reference
DirectoryServiceConnection class