MobileListItem.Value Propriedade

Definição

Obtém ou define o valor contido no item de lista. Esta API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Aplicativos Móveis & Sites com ASP.NET.

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

Valor da propriedade

O valor contido no item de lista. O padrão é null.

Comentários

Se essa propriedade for null, uma chamada para recuperar o valor retornará o valor da Text propriedade .

Aplica-se a

Confira também