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

See Also

Reference

CheckInParameters Class

Microsoft.TeamFoundation.VersionControl.Client Namespace