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)
Syntax
'Декларация
Public Property ValidateAuthor As Boolean
Get
Set
public bool ValidateAuthor { get; set; }
public:
property bool ValidateAuthor {
bool get ();
void set (bool value);
}
member ValidateAuthor : bool with get, set
function get ValidateAuthor () : boolean
function set ValidateAuthor (value : boolean)
Property Value
Type: System.Boolean
True to validate the author property; otherwise, false.
Remarks
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.
.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.