Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a value that indicates whether the provided name is a valid parameter name.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public static bool IsValidParameterName(
string name
)
public:
static bool IsValidParameterName(
String^ name
)
static member IsValidParameterName :
name:string -> bool
Public Shared Function IsValidParameterName (
name As String
) As Boolean
Parameters
name
Type: System.String
Return Value
Type: System.Boolean
true if the provided name is a valid parameter name; otherwise, false.
See Also
ParameterizedString Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top