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!

AdapterDesignerAttribute.DesignerTypeName

Retrieves the designer type name associated with this designer attribute.

[Visual Basic]
Overridable Public ReadOnly Property DesignerTypeName As String
[C#]
public string DesignerTypeName {virtual get;}
[C++]
public: __property virtual String* get_DesignerTypeName();
[JScript]
public function get DesignerTypeName() : String;

See Also

AdapterDesignerAttribute Class | AdapterDesignerAttribute Members | System.Data Namespace