Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets property values
Namespace:  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
- artifactSpecs 
 Type: array<Microsoft.TeamFoundation.Framework.Server.ArtifactSpec[]- array of moniker specifications 
- propertyNameFilters 
 Type: array<System.String[]- array of property name filters 
- options 
 Type: System.Int32- Options to use for the query - see GetPropertiesOptions. 
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<ArtifactPropertyValue>
a list of ArtifactPropertyValue that match the request criteria
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.