BranchProperties.BranchMappings Property

List of mappings to use in branch, merge operations of this branch object.

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'Declaration
Public Property BranchMappings As List(Of Mapping)
public List<Mapping> BranchMappings { get; set; }
public:
property List<Mapping^>^ BranchMappings {
    List<Mapping^>^ get ();
    void set (List<Mapping^>^ value);
}
member BranchMappings : List<Mapping> with get, set
function get BranchMappings () : List<Mapping>
function set BranchMappings (value : List<Mapping>)

Property Value

Type: System.Collections.Generic.List<Mapping>
Returns List<T>.

.NET Framework Security

See Also

Reference

BranchProperties Class

Microsoft.TeamFoundation.VersionControl.Server Namespace