ProfileAttribute.Key Propriedade
Definição
Obtém a chave de perfil.Gets the profile key.
public:
property System::String ^ Key { System::String ^ get(); };
public string Key { get; }
member this.Key : string
Public ReadOnly Property Key As String
Valor da propriedade
A chave do perfil.The profile key.
Comentários
Para obter uma série de tutoriais sobre como usar a associação de modelo com Web Forms, consulte Associação de modelo e Web Forms.For a tutorial series on using model binding with Web Forms, see Model Binding and Web Forms.