SiteMapNodeCollection.IsReadOnly 屬性

定義

取得布林值,指出集合是否為唯讀。

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

屬性值

如果可以修改 SiteMapNodeCollection,則為 true,否則為 false

適用於

另請參閱