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.Attributes

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;

Property Value

The read-only attributes for this event.

Remarks

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.

See Also

EventInfo Class | EventInfo Members | System.Reflection Namespace