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
|
GetProperties(ArtifactSpec, array<String[]) |
|
|
GetProperties(array<ArtifactSpec[], array<String[]) |
|
|
GetProperties(array<ArtifactSpec[], array<String[], GetPropertiesOptions) |
|
|
SetProperties(ArtifactPropertyValue) |
|
|
SetProperties(array<ArtifactPropertyValue[]) |
|
|
SetProperty(ArtifactSpec, String, array<Byte[]) |
|
|
SetProperty(ArtifactSpec, String, Nullable<DateTime>) |
|
|
SetProperty(ArtifactSpec, String, Nullable<Double>) |
|
|
SetProperty(ArtifactSpec, String, Nullable<Int32>) |
|
|
SetProperty(ArtifactSpec, String, String) |
|
Top
See Also
Reference
Microsoft.TeamFoundation.Framework.Client Namespace