NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MemberDescriptor.NameHashCode

Gets the hash code for the name of the member as specified in GetHashCode.

[Visual Basic]
Overridable Protected ReadOnly Property NameHashCode As Integer
[C#]
protected int NameHashCode {virtual get;}
[C++]
protected: __property virtual int get_NameHashCode();
[JScript]
protected function get NameHashCode() : int;

Property Value

The hash code for the name of the member.

See Also

MemberDescriptor Class | MemberDescriptor Members | System.ComponentModel Namespace