Edit

GitLfsLockCollection.Theirs Property

Definition

When we verify locks, we split the locks into "ours" and "theirs"

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="theirs")]
public System.Collections.Generic.IEnumerable<Microsoft.TeamFoundation.SourceControl.WebApi.GitLfsLock> Theirs { get; set; }
member this.Theirs : seq<Microsoft.TeamFoundation.SourceControl.WebApi.GitLfsLock> with get, set
Public Property Theirs As IEnumerable(Of GitLfsLock)

Property Value

Attributes

Applies to