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
- 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.