Click or drag to resize
Grid Solutions Framework

MongoInputAdapterPort Property

Gets or sets the port on which the MongoDB daemon is listening.

Namespace: MongoAdapters
Assembly: MongoAdapters (in MongoAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(27017)]
public int Port { get; set; }
View Source

Property Value

Int32
See Also