TfsGitDiffEntry.NewObjectType Property
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Property NewObjectType As TfsGitObjectType
public TfsGitObjectType NewObjectType { get; private set; }
public:
property TfsGitObjectType NewObjectType {
TfsGitObjectType get ();
private: void set (TfsGitObjectType value);
}
member NewObjectType : TfsGitObjectType with get, private set
function get NewObjectType () : TfsGitObjectType
private function set NewObjectType (value : TfsGitObjectType)
Property Value
Type: Microsoft.TeamFoundation.Git.Server.TfsGitObjectType
Returns TfsGitObjectType.
.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.