MessageProperties.IsFixedSize プロパティ

定義

MessagePropertiesに固定サイズがあるかどうかを示す値を取得します。

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

プロパティ値

true MessagePropertiesに固定サイズがある場合は。それ以外の場合はfalse

適用対象