| ConventionPackConventions Property | 
            Gets the conventions.
            
 
Namespace: MongoDB.Bson.Serialization.ConventionsAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.3.0
 Syntax
Syntaxpublic IEnumerable<IConvention> Conventions { get; }Public ReadOnly Property Conventions As IEnumerable(Of IConvention)
	Get
abstract Conventions : IEnumerable<IConvention> with get
override Conventions : IEnumerable<IConvention> with get
Property Value
Type: 
IEnumerableIConventionImplements
IConventionPackConventions See Also
See Also