ConvLog.Input Property

CSAL Mongo

ConvLog Input Property CSAL Mongo Access Library
Input specified

Namespace: CSALMongo.TurnModel
Assembly: CSALMongo (in CSALMongo.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

public InputLog Input { get; set; }
public InputLog Input { get; set; }
Public Property Input As InputLog 
	Get 
	Set
Public Property Input As InputLog 
	Get 
	Set
public:
property InputLog^ Input {
	InputLog^ get ();
	void set (InputLog^ value);
}
public:
property InputLog^ Input {
	InputLog^ get ();
	void set (InputLog^ value);
}

Property Value

Type: InputLog
See Also