This documentation is archived and is not being maintained.

IPropertyService Interface

Generic Team Foundation Framework Property Service

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public interface class IPropertyService

  NameDescription
Public methodGetProperties(ArtifactSpec, array<String>)Gets property-values associated with given artifact and property filters
Public methodGetProperties(array<ArtifactSpec>, array<String>)Gets property-values associated with given artifact and property filters
Public methodGetProperties(array<ArtifactSpec>, array<String>, GetPropertiesOptions)Gets property-values associated with given artifact and property filters
Public methodSetProperties(ArtifactPropertyValue)set artifact-property-value
Public methodSetProperties(array<ArtifactPropertyValue>)bulk set artifact-property-values
Public methodSetProperty(ArtifactSpec, String, array<Byte>)Sets property-value pair to non-versioned artifact
Public methodSetProperty(ArtifactSpec, String, Nullable<DateTime>)Sets property-value pair to non-versioned artifact
Public methodSetProperty(ArtifactSpec, String, Nullable<Double>)Sets property-value pair to non-versioned artifact
Public methodSetProperty(ArtifactSpec, String, Nullable<Int32>)Sets property-value pair to non-versioned artifact
Public methodSetProperty(ArtifactSpec, String, String)Sets property-value pair to non-versioned artifact
Top
Show: