Share via


DataViewPropertyDescriptor.NameHashCode Property

Gets the hash code of the property name.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Protected Overrides ReadOnly Property NameHashCode As Integer
'Usage
Dim value As Integer 

value = Me.NameHashCode
protected override int NameHashCode { get; }
protected:
virtual property int NameHashCode {
    int get () override;
}
protected override function get NameHashCode () : int

Property Value

Type: System.Int32
An integer value representing the hash code of the property name.

.NET Framework Security

See Also

Reference

DataViewPropertyDescriptor Class

DataViewPropertyDescriptor Members

Microsoft.VisualStudio.Data.Framework Namespace