[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Set a string value.

Namespace: net.esper.type
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Overrides WriteOnly Property _String As String
C#
public override string _String { set; }
Visual C++
public:
virtual property String^ _String {
	void set (String^ value) override;
}

Field Value