TfsGitCommitMetadata.Commit Property
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Commit As TfsGitCommit
public TfsGitCommit Commit { get; }
public:
property TfsGitCommit^ Commit {
TfsGitCommit^ get ();
}
member Commit : TfsGitCommit with get
function get Commit () : TfsGitCommit
Property Value
Type: Microsoft.TeamFoundation.Git.Server.TfsGitCommit
.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.