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