Share via


HashMembershipCondition.HashValue 屬性

定義

取得或設定用來測試成員資格條件的雜湊值。

public:
 property cli::array <System::Byte> ^ HashValue { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[] HashValue { get; set; }
member this.HashValue : byte[] with get, set
Public Property HashValue As Byte()

屬性值

Byte[]

用來測試成員資格條件的雜湊值。

例外狀況

嘗試將 HashValue 設定為 null

備註

如果目前雜湊演算法的雜湊值位元組數目不正確,則成員資格條件永遠不會找到相符專案。

適用於