Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the comment that should be included in the check-in comment to make sure that CI ignores the changeset
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Shared ReadOnly Property NoCICheckInComment As String
public static string NoCICheckInComment { get; }
public:
static property String^ NoCICheckInComment {
String^ get ();
}
static member NoCICheckInComment : string with get
static function get NoCICheckInComment () : 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.