Partager via


PropertyWebService.GetProperties, méthode

Espace de noms :  Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
Assembly :  Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)

Syntaxe

'Déclaration
<WebMethodAttribute> _
Public Function GetProperties ( _
    artifactSpecs As ArtifactSpec(), _
    propertyNameFilters As String(), _
    options As Integer _
) As StreamingCollection(Of ArtifactPropertyValue)
[WebMethodAttribute]
public StreamingCollection<ArtifactPropertyValue> GetProperties(
    ArtifactSpec[] artifactSpecs,
    string[] propertyNameFilters,
    int options
)

Paramètres

Valeur de retour

Type : Microsoft.TeamFoundation.Framework.Server.StreamingCollection<ArtifactPropertyValue>

Sécurité .NET Framework

Voir aussi

Référence

PropertyWebService Classe

Microsoft.TeamFoundation.Framework.Server.Alm.WebServices, espace de noms