GitLfsLockCollection.Locks 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.
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