public string HashCode { get; set; }Public Property HashCode As String
Get
Setpublic:
virtual property String^ HashCode {
String^ get () sealed;
void set (String^ value) sealed;
}abstract HashCode : string with get, set
override HashCode : string with get, set