Admin.GetADSyncReplacementCharacter method
Reads the character that replaces commas in resource names during Active Directory synchronization.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/GetADSyncReplacementCharacter", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Admin/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetADSyncReplacementCharacter As Nullable(Of Char)
'Usage
Dim instance As Admin
Dim returnValue As Nullable(Of Char)
returnValue = instance.GetADSyncReplacementCharacter()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Admin/GetADSyncReplacementCharacter", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Admin/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public Nullable<char> GetADSyncReplacementCharacter()
Return value
Type: System.Nullable<Char>
Contains the current replacement character. The return value is null if the comma character is removed instead of replaced.
Remarks
The GetADSyncReplacementCharacter method requires a restart of the Project Server Queue Service to get a new replacement character set by the SetADSyncReplacementCharacter method,
Project Server Permissions
Permission |
Description |
---|---|
Allows a user to manage Active Directory settings. Global permission. |