Share via


BranchProperties.BranchMappings Property

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

Syntax

'宣言
Public Property BranchMappings As List(Of Mapping)
    Get
    Set
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>

.NET Framework Security

See Also

Reference

BranchProperties Class

Microsoft.TeamFoundation.VersionControl.Server Namespace