Indicates whether the EventInfo is the Special Name.
Implementation of this member is not complete for this release of the NGWS SDK. This documentation is for information only.
[Visual Basic] Public ReadOnly Property IsSpecialName As Boolean [C#] public bool IsSpecialName {get;} [C++] public: __property bool get_IsSpecialName(); [JScript] public function get IsSpecialName() : Boolean;
true if this event is the Special name; otherwise, false. Read-only.
The IsSpecialName property determines whether the event's Special Name has a special meaning.
EventInfo Class | EventInfo Members | System.Reflection Namespace | EventAttributes