MessageProperties.IsFixedSize 属性
定义
获取一个值,该值指示 MessageProperties 是否具有固定大小。Gets a value that indicates whether the MessageProperties has a fixed size.
public:
property bool IsFixedSize { bool get(); };
public bool IsFixedSize { get; }
member this.IsFixedSize : bool
Public ReadOnly Property IsFixedSize As Boolean
属性值
如果 true 具有固定大小,则为 MessageProperties;否则为 false。true if the MessageProperties has a fixed size; otherwise, false.