This documentation is archived and is not being maintained.
IPropertyService.GetProperties Method (ArtifactSpec, String[])
Visual Studio 2013
Gets property-values associated with given artifact and property filters
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
function GetProperties(
artifactSpec : ArtifactSpec,
propertyNameFilters : String[]
) : ArtifactPropertyValue[]
Parameters
- artifactSpec
- Type: Microsoft.TeamFoundation.Framework.Client.ArtifactSpec
an array of ArtifactSpecs
- propertyNameFilters
- Type: System.String[]
and array of property name filters
- 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.
Show: