Partager via


Project.ReadServerListSeparator - Méthode

Obtient le caractère séparateur de liste spécifié dans les paramètres du serveur.

Espace de noms :  WebSvcProject
Assembly :  ProjectServerServices (dans ProjectServerServices.dll)

Syntaxe

'Déclaration
<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
'Utilisation
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()

Valeur renvoyée

Type : System.Char
Le caractère du séparateur de liste pour Project Server. La valeur par défaut est une virgule (,).

Remarques

Le caractère séparateur de liste est utilisé dans la validation des masques de code table de choix, créez des champs personnalisés, et concaténant valeurs telles que les noms de service pour les utilisent dans les routines de gestion de portefeuille.

Autorisations Project Server

Autorisation

Description

LogOn

Permet à un utilisateur de se connecter à Project Server. Autorisation globale.

Voir aussi

Référence

Project classe

Project - Membres

WebSvcProject - Espace de noms