PropertyWebService.GetProperties-Methode

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<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
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyWebService Klasse

Microsoft.TeamFoundation.Framework.Server.Alm.WebServices-Namespace