次の方法で共有


MeetingMessageType.HasBeenProcessed プロパティ

定義

プロパティは HasBeenProcessed 、会議メッセージアイテムが処理されたかどうかを示すブール値を取得または設定します。

public:
 property bool HasBeenProcessed { bool get(); void set(bool value); };
public bool HasBeenProcessed { get; set; }
Public Property HasBeenProcessed As Boolean

プロパティ値

会議メッセージ項目が処理されている場合は HasBeenProcessed 、プロパティは true を返します。それ以外の場合、プロパティは false を返します

適用対象