InterfaceAttribute Class

Definition

Interface attribute

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class InterfaceAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type InterfaceAttribute = class
    inherit Attribute
Public Class InterfaceAttribute
Inherits Attribute
Inheritance
InterfaceAttribute
Attributes

Constructors

InterfaceAttribute(String)

Constructs InterfaceAttrbute

Properties

DisplayName

Display name of the interface

Applies to