次の方法で共有


PeerHopCountAttribute.MustUnderstand プロパティ

定義

Actor ロールで動作するノードが、このヘッダーを認識する必要があるかどうかを示す値を取得します。

public:
 property bool MustUnderstand { bool get(); };
public bool MustUnderstand { get; }
member this.MustUnderstand : bool
Public ReadOnly Property MustUnderstand As Boolean

プロパティ値

Boolean

Actor ロールで動作するノードがこのヘッダーを認識する必要がある場合は true。それ以外の場合は false

適用対象