HashMembershipCondition.HashValue 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來測試成員資格條件的雜湊值。
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
。
備註
如果目前雜湊演算法的雜湊值位元組數目不正確,則成員資格條件永遠不會找到相符專案。