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!

PropertyToken.GetHashCode

Generates the hash code for this property.

[Visual Basic]
Overrides Public Function GetHashCode() As Integer
[C#]
public override int GetHashCode();
[C++]
public: override int GetHashCode();
[JScript]
public override function GetHashCode() : int;

Return Value

Returns the hash code for this property.

See Also

PropertyToken Structure | PropertyToken Members | System.Reflection.Emit Namespace