  | AGIExecEventResult Property  | 
 
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string Result { get; set; }Public Property Result As String
	Get
	Set
public:
property String^ Result {
	String^ get ();
	void set (String^ value);
}member Result : string with get, set
Property Value
Type: 
String
See Also