GitForkSyncRequestParameters.SourceToTargetRefs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If supplied, the set of ref mappings to use when performing a "sync" or create. If missing, all refs will be synchronized.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.SourceToTargetRef> SourceToTargetRefs { get; set; }
member this.SourceToTargetRefs : System.Collections.Generic.List<Microsoft.TeamFoundation.SourceControl.WebApi.SourceToTargetRef> with get, set
Public Property SourceToTargetRefs As List(Of SourceToTargetRef)
Property Value
- Attributes