Edit

GitLfsLockCollection.Ours Property

Definition

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

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

Property Value

Attributes

Applies to