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

一个包含资源键名称的字符串。

例外

该节点是只读的。

注解

当属性将导致InvalidOperationException异常时ReadOnly使用属性trueResourceKey set 访问器。 若要设置ResourceKeySiteMapNode对象,请使用SiteMapNode构造函数。

适用于

另请参阅