IWorkspaceMapping Interface

Represents a workspace mapping on the server that is running Team Foundation Build.

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

Syntax

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

The IWorkspaceMapping type exposes the following members.

Properties

  Name Description
Public property Depth Gets or sets the depth of the mapping.
Public property LocalItem Gets or sets the local item of the mapping.
Public property MappingType Gets or sets the mapping type, which is Map or Cloak.
Public property ServerItem Gets or sets the server item of the mapping.

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Client Namespace