DomainPropertyAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |