Returns ArtifactPropertyValues for all artifacts in a kind which have specific properties set.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetProperties ( _
    requestContext As TeamFoundationRequestContext, _
    kind As Guid, _
    propertyNameFilters As IEnumerable(Of String) _
) As TeamFoundationDataReader
public TeamFoundationDataReader GetProperties(
    TeamFoundationRequestContext requestContext,
    Guid kind,
    IEnumerable<string> propertyNameFilters
)
public:
TeamFoundationDataReader^ GetProperties(
    TeamFoundationRequestContext^ requestContext, 
    Guid kind, 
    IEnumerable<String^>^ propertyNameFilters
)
member GetProperties : 
        requestContext:TeamFoundationRequestContext * 
        kind:Guid * 
        propertyNameFilters:IEnumerable<string> -> TeamFoundationDataReader
public function GetProperties(
    requestContext : TeamFoundationRequestContext, 
    kind : Guid, 
    propertyNameFilters : IEnumerable<String>
) : TeamFoundationDataReader
Parameters
- requestContext 
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext- The TeamFoundationRequestContext 
- kind 
 Type: System.Guid- Artifact Kind to filter on. 
- propertyNameFilters 
 Type: System.Collections.Generic.IEnumerable<String>- List of filters 
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
.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.