TfsGitDiffEntry.ChangeType Property

Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)

Syntax

'Declaration
Public Property ChangeType As TfsGitChangeType
public TfsGitChangeType ChangeType { get; private set; }
public:
property TfsGitChangeType ChangeType {
    TfsGitChangeType get ();
    private: void set (TfsGitChangeType value);
}
member ChangeType : TfsGitChangeType with get, private set
function get ChangeType () : TfsGitChangeType 
private function set ChangeType (value : TfsGitChangeType)

Property Value

Type: Microsoft.TeamFoundation.Git.Server.TfsGitChangeType
Returns TfsGitChangeType.

.NET Framework Security

See Also

Reference

TfsGitDiffEntry Class

Microsoft.TeamFoundation.Git.Server Namespace