TfvcBranch.Parent Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False, Order := )> _
Public Property Parent As TfvcShallowBranchRef
[DataMemberAttribute(EmitDefaultValue = false, Order = )]
public TfvcShallowBranchRef Parent { get; set; }
[DataMemberAttribute(EmitDefaultValue = false, Order = )]
public:
property TfvcShallowBranchRef^ Parent {
TfvcShallowBranchRef^ get ();
void set (TfvcShallowBranchRef^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Order = )>]
member Parent : TfvcShallowBranchRef with get, set
function get Parent () : TfvcShallowBranchRef
function set Parent (value : TfvcShallowBranchRef)
Property Value
Type: Microsoft.TeamFoundation.SourceControl.WebApi.TfvcShallowBranchRef
.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.