TfsGitCommitChange.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; set; }
public:
property TfsGitChangeType ChangeType {
TfsGitChangeType get ();
void set (TfsGitChangeType value);
}
member ChangeType : TfsGitChangeType with get, set
function get ChangeType () : TfsGitChangeType
function set ChangeType (value : TfsGitChangeType)
Property Value
Type: Microsoft.TeamFoundation.Git.Server.TfsGitChangeType
.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.