Share via


FileDiffBlock.ChangeType Property

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

Syntax

'Declaration
<DataMemberAttribute(Name := "changeType")> _
Public Property ChangeType As FileDiffBlockChangeType
[DataMemberAttribute(Name = "changeType")]
public FileDiffBlockChangeType ChangeType { get; set; }
[DataMemberAttribute(Name = L"changeType")]
public:
property FileDiffBlockChangeType ChangeType {
    FileDiffBlockChangeType get ();
    void set (FileDiffBlockChangeType value);
}
[<DataMemberAttribute(Name = "changeType")>]
member ChangeType : FileDiffBlockChangeType with get, set
function get ChangeType () : FileDiffBlockChangeType 
function set ChangeType (value : FileDiffBlockChangeType)

Property Value

Type: Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.FileDiffBlockChangeType

.NET Framework Security

See Also

Reference

FileDiffBlock Class

Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace