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 Constructor

Creates a new designer attribute.

[Visual Basic]
Public Sub New( _
   ByVal designerTypeName As String _
)
[C#]
public AdapterDesignerAttribute(
   string designerTypeName
);
[C++]
public: AdapterDesignerAttribute(
   String* designerTypeName
);
[JScript]
public function AdapterDesignerAttribute(
   designerTypeName : String
);

Parameters

designerTypeName
The fully qualified name of the type that will be used to provide design-time services for the component this attribute is describing. This type must implement IDesigner.

See Also

AdapterDesignerAttribute Class | AdapterDesignerAttribute Members | System.Data Namespace