แก้ไข

Admin.SetADSyncReplacementCharacter(Nullable<Char>) Method

Definition

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

replacementCharacter
Nullable<Char>

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.

Applies to