.NET Framework Class Library

Document.HashCode Property

<< Click to Display Table of Contents >>

.NET Framework Class Library

Document.HashCode Property

Namespace: Gnostice.Controls.ASP

Assembly:  Gnostice.Controls.ASP (in Gnostice.Controls.ASP.dll)

Syntax

Visual Basic

Public Property HashCode As Byte()
 Get
 Set

C#

public byte[] HashCode { getset; }

Visual C++

public:
property array<unsigned char>^ HashCode {
 array<unsigned char>^ get ();
 void set (array<unsigned char>^ value);
}

See Also

Document Class

Document Members

Gnostice.Controls.ASP Namespace