[To be supplied.]
[Visual Basic] Public Property ImplementsType As String [C#] public string ImplementsType {get; set;} [C++] public: __property String* get_ImplementsType(); public: __property void set_ImplementsType(String*); [JScript] public function get ImplementsType() : String; public function set ImplementsType(String);
CodeMemberProperty Class | CodeMemberProperty Members | System.CodeDOM Namespace