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

Gets or sets the current inheritance level stored in this attribute.

[Visual Basic]
Public ReadOnly Property InheritanceLevel As InheritanceLevel
[C#]
public InheritanceLevel InheritanceLevel {get;}
[C++]
public: __property InheritanceLevel get_InheritanceLevel();
[JScript]
public function get InheritanceLevel() : InheritanceLevel;

Property Value

The InheritanceLevel stored in this attribute.

See Also

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