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!

PropertyTabAttribute Constructor (String)

Basic constructor that creates a property tab attribute that will create a tab of the specified type.

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

Parameters

tabClassName
The fully qualified name type of tab this attriute will create. An assembly or module name can also be specified by appending a comma and then the module name. Example: "MyNameSpace.MyPropertyTab,MyPropertyTab.dll"

See Also

PropertyTabAttribute Class | PropertyTabAttribute Members | System.ComponentModel.Design Namespace | PropertyTabAttribute Constructor Overload List