TnefPropertyTag.GetHashCode Method

The GetHashCode method returns a unique hash code for this TnefPropertyTag structure.

Namespace:  Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As TnefPropertyTag
Dim returnValue As Integer

returnValue = instance.GetHashCode()
public override int GetHashCode()

Return Value

Type: System.Int32