PipelineStageDefinitionTInput, TOutputInputType Property |
Gets the type of the input.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntaxpublic Type InputType { get; }
Public ReadOnly Property InputType As Type
Get
abstract InputType : Type with get
override InputType : Type with get
Property Value
Type:
TypeImplements
IPipelineStageDefinitionInputType
See Also