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

속성 값

Boolean

SiteMapNodeCollection을 수정할 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보