Share via


FileDiff.EmptyContent Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(Name := "emptyContent", EmitDefaultValue := False)> _
Public Property EmptyContent As Boolean
[DataMemberAttribute(Name = "emptyContent", EmitDefaultValue = false)]
public bool EmptyContent { get; set; }
[DataMemberAttribute(Name = L"emptyContent", EmitDefaultValue = false)]
public:
property bool EmptyContent {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute(Name = "emptyContent", EmitDefaultValue = false)>]
member EmptyContent : bool with get, set
function get EmptyContent () : boolean 
function set EmptyContent (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

FileDiff Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace