Retrieves the attributes for this event.
Implementation of this member is not complete for this release of the NGWS SDK. This documentation is for information only.
[Visual Basic] MustOverride Public ReadOnly Property Attributes As EventAttributes [C#] public EventAttributes Attributes {abstract get;} [C++] public: __property virtual EventAttributes get_Attributes() = 0; [JScript] public abstract function get Attributes() : EventAttributes;
The read-only attributes for this event.
The attributes are returned in a 4-byte integer representing a bit map of the attributes set for the event reflected by this instance.
The EventAttributes property retrieves a number representing the bit map of the attributes set for the event reflected by this instance.
EventInfo Class | EventInfo Members | System.Reflection Namespace