Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.