NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeMemberProperty.ImplementsType

[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);

See Also

CodeMemberProperty Class | CodeMemberProperty Members | System.CodeDOM Namespace