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 (InheritanceLevel)

Initializes a new InheritanceAttribute with the specified inheritance level.

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

Parameters

inheritanceLevel
An InheritanceLevel that indicates the level of inheritance to set this attribute to.

See Also

InheritanceAttribute Class | InheritanceAttribute Members | System.ComponentModel.Design Namespace | InheritanceAttribute Constructor Overload List | InheritanceLevel