Share via


DomainPropertyInfo.ValueHandler Property

Gets the value handler for this property.

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

Syntax

'Declaration
Public ReadOnly Property ValueHandler As DomainPropertyValueHandler
'Usage
Dim instance As DomainPropertyInfo 
Dim value As DomainPropertyValueHandler 

value = instance.ValueHandler
public DomainPropertyValueHandler ValueHandler { get; }
public:
property DomainPropertyValueHandler^ ValueHandler {
    DomainPropertyValueHandler^ get ();
}
public function get ValueHandler () : DomainPropertyValueHandler

Property Value

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

.NET Framework Security

See Also

Reference

DomainPropertyInfo Class

DomainPropertyInfo Members

Microsoft.VisualStudio.Modeling Namespace