Edit

GitForkSyncRequestParameters.SourceToTargetRefs Property

Definition

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

Applies to