Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Generic Team Foundation Framework Property Service
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
| Name | Description | |
|---|---|---|
![]() |
GetProperties(ArtifactSpec, array<String[]) | Gets property-values associated with given artifact and property filters |
![]() |
GetProperties(array<ArtifactSpec[], array<String[]) | Gets property-values associated with given artifact and property filters |
![]() |
GetProperties(array<ArtifactSpec[], array<String[], GetPropertiesOptions) | Gets property-values associated with given artifact and property filters |
![]() |
SetProperties(ArtifactPropertyValue) | set artifact-property-value |
![]() |
SetProperties(array<ArtifactPropertyValue[]) | bulk set artifact-property-values |
![]() |
SetProperty(ArtifactSpec, String, array<Byte[]) | Sets property-value pair to non-versioned artifact |
![]() |
SetProperty(ArtifactSpec, String, Nullable<DateTime>) | Sets property-value pair to non-versioned artifact |
![]() |
SetProperty(ArtifactSpec, String, Nullable<Double>) | Sets property-value pair to non-versioned artifact |
![]() |
SetProperty(ArtifactSpec, String, Nullable<Int32>) | Sets property-value pair to non-versioned artifact |
![]() |
SetProperty(ArtifactSpec, String, String) | Sets property-value pair to non-versioned artifact |
Top
.gif)