| CollectionNamespaceIsValid Method  | 
 
            Determines whether the specified collection name is valid.
            
 
    Namespace: 
   MongoDB.Driver
    Assembly:
   MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.5.0+57.Branch.master.Sha.6a4e00a2d91090c65a9b11364b9ebfdb9c7da076
 Syntax
Syntaxpublic static bool IsValid(
	string collectionName
)
Public Shared Function IsValid ( 
	collectionName As String
) As Boolean
static member IsValid : 
        collectionName : string -> bool 
Parameters
- collectionName
- Type: SystemString
 The name of the collection.
Return Value
Type: 
BooleanWhether the specified collection name is valid.
 See Also
See Also