Edit

Share via


PropertyAttribute Class

Definition

Property of the interface

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

Constructors

PropertyAttribute(String, String)

Constructs PropertyAttribute

Properties

DisplayName

Display name of the property

Name

Name of the property in the interface

Applies to