Share via


ElementPropertyChangedEventArgs.DomainProperty Property

The domain propertywhose instance value has changed

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Modeling.DomainPropertyInfo

.NET Framework Security

See Also

Reference

ElementPropertyChangedEventArgs Class

Microsoft.VisualStudio.Modeling Namespace