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!

EventInfo.IsSpecialName

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;

Property Value

true if this event is the Special name; otherwise, false. Read-only.

Remarks

The IsSpecialName property determines whether the event's Special Name has a special meaning.

See Also

EventInfo Class | EventInfo Members | System.Reflection Namespace | EventAttributes