Share via


PropertyWebService.GetProperties Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.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
)
[WebMethodAttribute]
public:
StreamingCollection<ArtifactPropertyValue^>^ GetProperties(
    array<ArtifactSpec^>^ artifactSpecs, 
    array<String^>^ propertyNameFilters, 
    int options
)
[<WebMethodAttribute>]
member GetProperties : 
        artifactSpecs:ArtifactSpec[] * 
        propertyNameFilters:string[] * 
        options:int -> StreamingCollection<ArtifactPropertyValue> 
public function GetProperties(
    artifactSpecs : ArtifactSpec[], 
    propertyNameFilters : String[], 
    options : int
) : StreamingCollection<ArtifactPropertyValue>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

PropertyWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace