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!

InheritanceAttribute Constructor

Initializes a new instance of InheritanceAttribute.

Overload List

Initializes a new instance of InheritanceAttribute.

[Visual Basic] Overloads Public Sub New()
[C#] public InheritanceAttribute();
[C++] public: InheritanceAttribute();
[JScript] public function InheritanceAttribute();

Initializes a new InheritanceAttribute with the specified inheritance level.

[Visual Basic] Overloads Public Sub New(InheritanceLevel)
[C#] public InheritanceAttribute(InheritanceLevel);
[C++] public: InheritanceAttribute(InheritanceLevel);
[JScript] public function InheritanceAttribute(InheritanceLevel);

See Also

InheritanceAttribute Class | InheritanceAttribute Members | System.ComponentModel.Design Namespace