[Visual Basic] Overridable Public Function GetProperty( _ ByVal name As String _ ) As IContextProperty [C#] public virtual IContextProperty GetProperty( string name ); [C++] public: virtual IContextProperty* GetProperty( String* name ); [JScript] public function GetProperty( name : String ) : IContextProperty;
Context Class | Context Members | System.Runtime.Remoting Namespace