InputLog.AllText Property

CSAL Mongo

InputLog AllText Property CSAL Mongo Access Library
All test

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

Syntax

public string AllText { get; set; }
public string AllText { get; set; }
Public Property AllText As String 
	Get 
	Set
Public Property AllText As String 
	Get 
	Set
public:
property String^ AllText {
	String^ get ();
	void set (String^ value);
}
public:
property String^ AllText {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: OnlineString
See Also