Share via


TfvcBranchRef.IsDeleted 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 IsDeleted As Boolean
[DataMemberAttribute(EmitDefaultValue = false, Order = )]
public bool IsDeleted { get; set; }
[DataMemberAttribute(EmitDefaultValue = false, Order = )]
public:
property bool IsDeleted {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Order = )>]
member IsDeleted : bool with get, set
function get IsDeleted () : boolean 
function set IsDeleted (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TfvcBranchRef Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace