Share via


DomainClassInfo.NameDomainProperty Property

Gets the element name property for this ___domain class.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Declaration
Public ReadOnly Property NameDomainProperty As DomainPropertyInfo
public DomainPropertyInfo NameDomainProperty { get; }
public:
property DomainPropertyInfo^ NameDomainProperty {
    DomainPropertyInfo^ get ();
}
member NameDomainProperty : DomainPropertyInfo
function get NameDomainProperty () : DomainPropertyInfo

Property Value

Type: Microsoft.VisualStudio.Modeling.DomainPropertyInfo
A DomainPropertyInfo object.

Remarks

This property has the element name property for this ___domain class, if this ___domain class or one of its ascendants have defined an element name property.

.NET Framework Security

See Also

Reference

DomainClassInfo Class

Microsoft.VisualStudio.Modeling Namespace