IPropertyService Interface

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

Syntax

‘선언
Public Interface IPropertyService
public interface IPropertyService
public interface class IPropertyService
type IPropertyService =  interface end
public interface IPropertyService

Methods

  Name Description
Public method GetProperties(ArtifactSpec, array<String[])
Public method GetProperties(array<ArtifactSpec[], array<String[])
Public method GetProperties(array<ArtifactSpec[], array<String[], GetPropertiesOptions)
Public method SetProperties(ArtifactPropertyValue)
Public method SetProperties(array<ArtifactPropertyValue[])
Public method SetProperty(ArtifactSpec, String, array<Byte[])
Public method SetProperty(ArtifactSpec, String, Nullable<DateTime>)
Public method SetProperty(ArtifactSpec, String, Nullable<Double>)
Public method SetProperty(ArtifactSpec, String, Nullable<Int32>)
Public method SetProperty(ArtifactSpec, String, String)

Top

See Also

Reference

Microsoft.TeamFoundation.Framework.Client Namespace