TfvcBranch.Mappings Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False, Order := )> _
Public Property Mappings As List(Of TfvcBranchMapping)
[DataMemberAttribute(EmitDefaultValue = false, Order = )]
public List<TfvcBranchMapping> Mappings { get; set; }
[DataMemberAttribute(EmitDefaultValue = false, Order = )]
public:
property List<TfvcBranchMapping^>^ Mappings {
List<TfvcBranchMapping^>^ get ();
void set (List<TfvcBranchMapping^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Order = )>]
member Mappings : List<TfvcBranchMapping> with get, set
function get Mappings () : List<TfvcBranchMapping>
function set Mappings (value : List<TfvcBranchMapping>)
Property Value
Type: System.Collections.Generic.List<TfvcBranchMapping>
.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.