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.
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
- artifactSpecs
 Type: array<Microsoft.TeamFoundation.Framework.Server.ArtifactSpec[]
- propertyNameFilters
 Type: array<System.String[]
- options
 Type: System.Int32
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<ArtifactPropertyValue>
.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.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace