Check to see whether collation is valid
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function IsValidCollation ( _
    requestContext As TeamFoundationRequestContext, _
    collation As String _
) As Boolean
public bool IsValidCollation(
    TeamFoundationRequestContext requestContext,
    string collation
)
public:
bool IsValidCollation(
    TeamFoundationRequestContext^ requestContext, 
    String^ collation
)
member IsValidCollation : 
        requestContext:TeamFoundationRequestContext * 
        collation:string -> bool
public function IsValidCollation(
    requestContext : TeamFoundationRequestContext, 
    collation : String
) : boolean
Parameters
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- collation
 Type: System.String
Return Value
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.