This documentation is archived and is not being maintained.

CheckInParameters::ValidateAuthor Property

Gets or sets a flag describing whether to validate the author property.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
property bool ValidateAuthor {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
True to validate the author property; otherwise, false.

A valid author is one that matches the DOMAIN\username of a valid identity on Team Foundation Server. If the author property is not validated, any string may be accepted.

Show: