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.TabScopes

Gets the scopes of tabs for this PropertyTabAttribute, from PropertyTabScope.

[Visual Basic]
Public ReadOnly Property TabScopes As PropertyTabScope ()
[C#]
public PropertyTabScope[] TabScopes {get;}
[C++]
public: __property PropertyTabScope* get_TabScopes();
[JScript]
public function get TabScopes() : PropertyTabScope[];

See Also

PropertyTabAttribute Class | PropertyTabAttribute Members | System.ComponentModel.Design Namespace | PropertyTabScope