ProfileAttribute.Key 属性

定义

获取配置文件密钥。

public:
 property System::String ^ Key { System::String ^ get(); };
public string Key { get; }
member this.Key : string
Public ReadOnly Property Key As String

属性值

String

配置文件密钥。

注解

有关在 Web Forms 中使用模型绑定的教程系列,请参阅模型绑定和 Web Forms

适用于