Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
protected override int NameHashCode { get; }
protected:
virtual property int NameHashCode {
int get () override;
}
abstract NameHashCode : int
override NameHashCode : int
override function get NameHashCode () : int
Property Value
Type: System.Int32
An integer value representing the hash code of the property name.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.