IPropertyService Interface
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Interface IPropertyService
public interface IPropertyService
public interface class IPropertyService
type IPropertyService = interface end
public interface IPropertyService
Methods
![Public method Public method](images/ms233724.pubmethod(en-us,vs.100).gif) |
GetProperties(ArtifactSpec, array<String[]) |
|
![Public method Public method](images/ms233724.pubmethod(en-us,vs.100).gif) |
GetProperties(array<ArtifactSpec[], array<String[]) |
|
![Public method Public method](images/ms233724.pubmethod(en-us,vs.100).gif) |
GetProperties(array<ArtifactSpec[], array<String[], GetPropertiesOptions) |
|
![Public method Public method](images/ms233724.pubmethod(en-us,vs.100).gif) |
SetProperties(ArtifactPropertyValue) |
|
![Public method Public method](images/ms233724.pubmethod(en-us,vs.100).gif) |
SetProperties(array<ArtifactPropertyValue[]) |
|
![Public method Public method](images/ms233724.pubmethod(en-us,vs.100).gif) |
SetProperty(ArtifactSpec, String, array<Byte[]) |
|
![Public method Public method](images/ms233724.pubmethod(en-us,vs.100).gif) |
SetProperty(ArtifactSpec, String, Nullable<DateTime>) |
|
![Public method Public method](images/ms233724.pubmethod(en-us,vs.100).gif) |
SetProperty(ArtifactSpec, String, Nullable<Double>) |
|
![Public method Public method](images/ms233724.pubmethod(en-us,vs.100).gif) |
SetProperty(ArtifactSpec, String, Nullable<Int32>) |
|
![Public method Public method](images/ms233724.pubmethod(en-us,vs.100).gif) |
SetProperty(ArtifactSpec, String, String) |
|
Top
See Also
Reference
Microsoft.TeamFoundation.Framework.Client Namespace