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