| 
OdsoRecipientData
Hash Property
  | 
 Represents the hash code for this record. 
Sometimes Microsoft Word uses
 
Hash
 
 of a whole record instead of a
 
UniqueTag
 
 value.
The default value is 0.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public int Hash { get; set; }
 
Public Property Hash As Integer
	Get
	Set
 
public:
property int Hash {
	int get ();
	void set (int value);
}
 
member Hash : int with get, set
 
 
 
Property Value
 
 Type:
 
Int32
 
 
 See Also
See Also