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

適用於