Admin.SetADSyncReplacementCharacter(Nullable<Char>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the character that replaces commas in resource names during Active Directory synchronization.
public:
void SetADSyncReplacementCharacter(Nullable<char> replacementCharacter);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/office/project/server/webservices/Admin/SetADSyncReplacementCharacter", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/office/project/server/webservices/Admin/", ResponseNamespace="http://schemas.microsoft.com/office/project/server/webservices/Admin/", Use=System.Web.Services.Description.SoapBindingUse.Literal)]
public void SetADSyncReplacementCharacter(Nullable<char> replacementCharacter);
member this.SetADSyncReplacementCharacter : Nullable<char> -> unit
Public Sub SetADSyncReplacementCharacter (replacementCharacter As Nullable(Of Char))
Parameters
The new replacement character. Set to a null reference (Nothing in Visual Basic) to remove the comma upon import.
- Attributes
Remarks
The GetADSyncReplacementCharacter() method requires a restart of the Project Server Queue Service to get a new replacement character set by using the SetADSyncReplacementCharacter method.
Project Server Permissions
| ManageActiveDirectorySettings | Allows a user to manage Active Directory settings. Global permission. |
| ManageSiteServices | Allows a user to administer services such as Active Directory settings and database timeouts. Global permission. |