次の方法で共有


MeetingMessageType.ResponseTypeSpecified プロパティ

定義

プロパティは ResponseTypeSpecified 、プロパティを SOAP メッセージにシリアル化するかどうかを ResponseType 指定するブール値を取得または設定します。 プロパティが指定されている場合は、 ResponseType このプロパティが必要です。

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

プロパティ値

プロパティが ResponseTypeSpecified SOAP メッセージにシリアル化されている場合ResponseType、プロパティは true を返します。それ以外の場合、プロパティは false を返します

適用対象