SiteMapNode.ResourceKey 속성

정의

SiteMapNode를 지역화하는 데 사용되는 리소스 키를 가져오거나 설정합니다.

public:
 property System::String ^ ResourceKey { System::String ^ get(); void set(System::String ^ value); };
public string ResourceKey { get; set; }
member this.ResourceKey : string with get, set
Public Property ResourceKey As String

속성 값

String

리소스 키 이름을 포함하는 문자열입니다.

예외

노드는 읽기 전용입니다.

설명

set 접근자를 사용 하 여는 ResourceKey 속성 때 합니다 ReadOnly 속성은 true 하면는 InvalidOperationException 예외입니다. 설정 하는 ResourceKey 에 대 한는 SiteMapNode 개체는 SiteMapNode 생성자.

적용 대상

추가 정보