ITeamFoundationProfileService.Validate Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Sub Validate ( _
requestContext As TeamFoundationRequestContext, _
preferences As BasePreferences, _
argumentName As String, _
allowNullValues As Boolean _
)
void Validate(
TeamFoundationRequestContext requestContext,
BasePreferences preferences,
string argumentName,
bool allowNullValues
)
void Validate(
TeamFoundationRequestContext^ requestContext,
BasePreferences^ preferences,
String^ argumentName,
bool allowNullValues
)
abstract Validate :
requestContext:TeamFoundationRequestContext *
preferences:BasePreferences *
argumentName:string *
allowNullValues:bool -> unit
function Validate(
requestContext : TeamFoundationRequestContext,
preferences : BasePreferences,
argumentName : String,
allowNullValues : boolean
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- preferences
Type: Microsoft.TeamFoundation.Framework.Server.BasePreferences
- argumentName
Type: System.String
- allowNullValues
Type: System.Boolean
.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.