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!

MethodBase.IsFinal

If set, this method cannot be overridden by a subclass.

[Visual Basic]
Public ReadOnly Property IsFinal As Boolean
[C#]
public bool IsFinal {get;}
[C++]
public: __property bool get_IsFinal();
[JScript]
public function get IsFinal() : Boolean;

Property Value

Read-only.

true if this method cannot be overridden by a subclass; otherwise, false.

See Also

MethodBase Class | MethodBase Members | System.Reflection Namespace | Boolean