public class MyCustomScript { static MyCustomScript() { // You can put here code to run when bot start, you can also add methods and classes. } }
public string Script { get; set; }
Public Property Script As String Get Set
public: property String^ Script { String^ get (); void set (String^ value); }