This documentation is archived and is not being maintained.
This documentation is archived and is not being maintained.
IPropertyService Interface
Namespace:
Microsoft.TeamFoundation.Framework.Client
Assembly:
Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public interface IPropertyService
|
| Name | Description |
|---|
 | GetProperties(ArtifactSpec, String[]) | |
 | GetProperties(ArtifactSpec[], String[]) | |
 | GetProperties(ArtifactSpec[], String[], GetPropertiesOptions) | |
 | SetProperties(ArtifactPropertyValue) | |
 | SetProperties(ArtifactPropertyValue[]) | |
 | SetProperty(ArtifactSpec, String, Byte[]) | |
 | SetProperty(ArtifactSpec, String, Nullable(DateTime)) | |
 | SetProperty(ArtifactSpec, String, Nullable(Double)) | |
 | SetProperty(ArtifactSpec, String, Nullable(Int32)) | |
 | SetProperty(ArtifactSpec, String, String) | |
Top