Gets the value stored in the current application domain for the specified data name.
[Visual Basic] Public Function GetData( _ ByVal name As String _ ) As Object [C#] public object GetData( string name ); [C++] public: Object* GetData( String* name ); [JScript] public function GetData( name : String ) : Object;
The value of the specified application domain property.