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

Specifies that the component is inherited and is read-only. This field is read-only.

[Visual Basic]
Public Shared ReadOnly InheritedReadOnly As InheritanceAttribute
[C#]
public static readonly InheritanceAttribute InheritedReadOnly;
[C++]
public: static readonly InheritanceAttribute* InheritedReadOnly;
[JScript]
public static var InheritedReadOnly : InheritanceAttribute;

See Also

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