共用方式為


ScopedMessagePartSpecification.IsReadOnly 屬性

定義

指出規格是否屬於唯讀的。

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

屬性值

如果規格是唯讀的,則為 true,否則為 false

備註

您可以使用 MakeReadOnly,將這個屬性設定為 true

適用於