Share via


SerializedWorkspace.Mappings Field

Note: This API is now obsolete.

This is the set of mappings being used in this serialized workspace.

Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)

Syntax

'Declaration
<ObsoleteAttribute("This field has been deprecated. Please remove all references.")> _
Public Mappings As InternalMapping()
[ObsoleteAttribute("This field has been deprecated. Please remove all references.")]
public InternalMapping[] Mappings
[ObsoleteAttribute(L"This field has been deprecated. Please remove all references.")]
public:
array<InternalMapping^>^ Mappings
[<ObsoleteAttribute("This field has been deprecated. Please remove all references.")>]
val mutable Mappings: InternalMapping[]
public var Mappings : InternalMapping[]

.NET Framework Security

See Also

Reference

SerializedWorkspace Class

Microsoft.TeamFoundation.Build.Tasks Namespace