Project.ReadServerListSeparator method
Gets the list separator character that is specified in the server settings.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/ReadServerListSeparator", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Project/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Project/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadServerListSeparator As Char
'Usage
Dim instance As Project
Dim returnValue As Char
returnValue = instance.ReadServerListSeparator()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/ReadServerListSeparator", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Project/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Project/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public char ReadServerListSeparator()
Return value
Type: System.Char
The character of the list separator for Project Server. The default value is a comma (,).
Remarks
The list separator character is used in validating lookup table code masks, creating custom fields, and concatenating values such as department names for use in portfolio management routines.
Project Server Permissions
Permission |
Description |
---|---|
Allows a user to log on to Project Server. Global permission. |