GitCommit.Parents Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Parents As IEnumerable(Of String)
[DataMemberAttribute(EmitDefaultValue = false)]
public IEnumerable<string> Parents { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property IEnumerable<String^>^ Parents {
IEnumerable<String^>^ get ();
void set (IEnumerable<String^>^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Parents : IEnumerable<string> with get, set
function get Parents () : IEnumerable<String>
function set Parents (value : IEnumerable<String>)
Property Value
Type: System.Collections.Generic.IEnumerable<String>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.