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!

AttributeUsageAttribute.Inherited

[To be supplied.]

[Visual Basic]
Public Property Inherited As Boolean
[C#]
public bool Inherited {get; set;}
[C++]
public: __property bool get_Inherited();
public: __property void set_Inherited(bool);
[JScript]
public function get Inherited() : Boolean;
public function set Inherited(Boolean);

See Also

AttributeUsageAttribute Class | AttributeUsageAttribute Members | System Namespace