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