GitQueryRefsCriteria.RefNames 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.
List of complete or partial names for refs to be searched
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="refNames")]
public System.Collections.Generic.IEnumerable<string> RefNames { get; set; }
member this.RefNames : seq<string> with get, set
Public Property RefNames As IEnumerable(Of String)
Property Value
- Attributes