This documentation is archived and is not being maintained.
IPropertyService Interface
Visual Studio 2013
Generic Team Foundation Framework Property Service
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
| Name | Description | |
|---|---|---|
![]() | GetProperties(ArtifactSpec, String()) | Gets property-values associated with given artifact and property filters |
![]() | GetProperties(ArtifactSpec(), String()) | Gets property-values associated with given artifact and property filters |
![]() | GetProperties(ArtifactSpec(), String(), GetPropertiesOptions) | Gets property-values associated with given artifact and property filters |
![]() | SetProperties(ArtifactPropertyValue) | set artifact-property-value |
![]() | SetProperties(ArtifactPropertyValue()) | bulk set artifact-property-values |
![]() | SetProperty(ArtifactSpec, String, Byte()) | Sets property-value pair to non-versioned artifact |
![]() | SetProperty(ArtifactSpec, String, Nullable(Of DateTime)) | Sets property-value pair to non-versioned artifact |
![]() | SetProperty(ArtifactSpec, String, Nullable(Of Double)) | Sets property-value pair to non-versioned artifact |
![]() | SetProperty(ArtifactSpec, String, Nullable(Of Int32)) | Sets property-value pair to non-versioned artifact |
![]() | SetProperty(ArtifactSpec, String, String) | Sets property-value pair to non-versioned artifact |
Show:
