Edit

GitLfsLockCollection.Locks Property

Definition

When returning all locks matching a criteria, we return an array of locks.

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

Property Value

Attributes

Applies to