CheckInParameters.AllowUnchangedContent Property
Gets or sets a flag describing whether the server will permit a check-in of unchanged content.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property AllowUnchangedContent As Boolean
public bool AllowUnchangedContent { get; set; }
public:
property bool AllowUnchangedContent {
bool get ();
void set (bool value);
}
member AllowUnchangedContent : bool with get, set
function get AllowUnchangedContent () : boolean
function set AllowUnchangedContent (value : boolean)
Property Value
Type: System.Boolean
True to allow a check-in of unchanged content; otherwise, false.
.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.