Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates that the target is a domain property of a domain class.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple := False, _
Inherited := False)> _
Public NotInheritable Class DomainPropertyAttribute _
Inherits Attribute
'Usage
Dim instance As DomainPropertyAttribute
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = false,
Inherited = false)]
public sealed class DomainPropertyAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Property, AllowMultiple = false,
Inherited = false)]
public ref class DomainPropertyAttribute sealed : public Attribute
public final class DomainPropertyAttribute extends Attribute
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.VisualStudio.Modeling.DomainPropertyAttribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.