IActivityProperties Interface

Interface for an IActivityProperties type of IBuildInformationNode. To obtain an IActivityProperties node, use the InformationNodeConverters class.

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

Syntax

'Declaration
Public Interface IActivityProperties
public interface IActivityProperties
public interface class IActivityProperties
type IActivityProperties =  interface end
public interface IActivityProperties

The IActivityProperties type exposes the following members.

Properties

  Name Description
Public property Node Gets the IBuildInformationNode object that is encapsulated by this interface.
Public property Properties Gets the properties of the activity and their values.

Top

Methods

  Name Description
Public method Save Saves this information node.

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Client Namespace