Gets or sets a trigger text.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public string Text { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Text As String |
| Visual C++ |
|---|
public: property String^ Text { String^ get (); void set (String^ value); } |