  | NewExtenEventAppData Property  | 
            Get/Set the parameters passed to the application that is executed. The parameters are separated by a '|' character.
            
 
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string AppData { get; set; }Public Property AppData As String
	Get
	Set
public:
property String^ AppData {
	String^ get ();
	void set (String^ value);
}member AppData : string with get, set
Property Value
Type: 
String
See Also