Share via


RequiredMemberAttribute Class

Definition

This attribute is added by the binding generator to members that bind required protocol members.

[System.AttributeUsage(System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false)]
public sealed class RequiredMemberAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method | System.AttributeTargets.Property, AllowMultiple=false)>]
type RequiredMemberAttribute = class
    inherit Attribute
Inheritance
RequiredMemberAttribute
Attributes

Applies to