DomainPropertyAttribute Class

Definition

Attribute class used to mark domain properties of domain classes (optional).

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

Constructors

DomainPropertyAttribute()

Initializes a new instance of DomainPropertyAttribute class.

Properties

Kind

Gets or sets domain property kind.

Applies to