Share via


PropertyAttribute Class

Definition

Instructs the Module Loader to load the specified property.

public ref class PropertyAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class PropertyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type PropertyAttribute = class
    inherit Attribute
Public NotInheritable Class PropertyAttribute
Inherits Attribute
Inheritance
PropertyAttribute
Attributes

Remarks

Must be used for a type with a TypeAttribute.

Constructors

PropertyAttribute()

Properties

Name

Gets or sets the name to use for the property. If not specified, the property name will be used instead.

Applies to