IPropertyService.GetProperties Method (ArtifactSpec, array<String )
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 ( _
artifactSpec As ArtifactSpec, _
propertyNameFilters As String() _
) As ArtifactPropertyValue()
ArtifactPropertyValue[] GetProperties(
ArtifactSpec artifactSpec,
string[] propertyNameFilters
)
array<ArtifactPropertyValue^>^ GetProperties(
ArtifactSpec^ artifactSpec,
array<String^>^ propertyNameFilters
)
abstract GetProperties :
artifactSpec:ArtifactSpec *
propertyNameFilters:string[] -> ArtifactPropertyValue[]
function GetProperties(
artifactSpec : ArtifactSpec,
propertyNameFilters : String[]
) : ArtifactPropertyValue[]
Parameters
artifactSpec
Type: Microsoft.TeamFoundation.Framework.Client.ArtifactSpecan array of ArtifactSpecs
propertyNameFilters
Type: array<System.String[]and array of property name filters
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.