Project.ReadServerListSeparator Method

Gets the list separator character specified in the server settings.

Namespace:  WebSvcProject
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Project/ReadServerListSeparator", RequestNamespace := "http://schemas.microsoft.com/office/project/server/webservices/Project/",  _
    ResponseNamespace := "http://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("http://schemas.microsoft.com/office/project/server/webservices/Project/ReadServerListSeparator", RequestNamespace = "http://schemas.microsoft.com/office/project/server/webservices/Project/", 
    ResponseNamespace = "http://schemas.microsoft.com/office/project/server/webservices/Project/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public char ReadServerListSeparator()

Return Value

Type: System.Char
char of the server list separator.

Remarks

Project Server Permissions

Permission

Description

LogOn

Log on to the project server. Global permission.

See Also

Reference

Project Class

Project Members

WebSvcProject Namespace