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 associated with given artifact and property filters
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function GetProperties ( _
    artifactSpecs As ArtifactSpec(), _
    propertyNameFilters As String(), _
    options As GetPropertiesOptions _
) As ArtifactPropertyValue()
ArtifactPropertyValue[] GetProperties(
    ArtifactSpec[] artifactSpecs,
    string[] propertyNameFilters,
    GetPropertiesOptions options
)
array<ArtifactPropertyValue^>^ GetProperties(
    array<ArtifactSpec^>^ artifactSpecs, 
    array<String^>^ propertyNameFilters, 
    GetPropertiesOptions options
)
abstract GetProperties : 
        artifactSpecs:ArtifactSpec[] * 
        propertyNameFilters:string[] * 
        options:GetPropertiesOptions -> ArtifactPropertyValue[] 
function GetProperties(
    artifactSpecs : ArtifactSpec[], 
    propertyNameFilters : String[], 
    options : GetPropertiesOptions
) : ArtifactPropertyValue[]
Parameters
- artifactSpecs 
 Type: array<Microsoft.TeamFoundation.Framework.Client.ArtifactSpec[]- an array of ArtifactSpecs 
- propertyNameFilters 
 Type: array<System.String[]- and array of property name filters 
- options 
 Type: Microsoft.TeamFoundation.Framework.Common.GetPropertiesOptions- Options to apply for the query 
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Client.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.