CheckinEvent.ContentTitle Property
The content title.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Syntax
'Declaration
Public Property ContentTitle As String
public string ContentTitle { get; set; }
public:
property String^ ContentTitle {
String^ get ();
void set (String^ value);
}
member ContentTitle : string with get, set
function get ContentTitle () : String
function set ContentTitle (value : String)
Property Value
Type: System.String
The value of the content title
Remarks
This content title differs slightly from the title. The content title does not include the team projects.
The content title is listed as the "title" in the e-mail message.
.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.