CheckinEvent.CommitterDisplay Property
Return the committer associated with the checkin event's display name. The committer is the identity that submitted the checkin.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Syntax
'Declaration
Public Property CommitterDisplay As String
public string CommitterDisplay { get; set; }
public:
property String^ CommitterDisplay {
String^ get ();
void set (String^ value);
}
member CommitterDisplay : string with get, set
function get CommitterDisplay () : String
function set CommitterDisplay (value : String)
Property Value
Type: System.String
Returns String.
.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.