Attributes
Gets or sets the visibilities, scopes, virtualities, and implementation of members to which this attribute applies.
Declaration
public MulticastAttributes Attributes { get; set; }
Property Value
Type | Description |
---|---|
MulticastAttributes |
Remarks
The MulticastAttributes enumeration is a multi-part flag: there is one part for visibility, one for scope, one for virtuality, and one for implementation. If you specify one part, it will override the values defined on the custom attribute definition.