MobileListItem.Value 属性
定义
获取或设置列表项中包含的值。Gets or sets the value contained in the list item. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with 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
属性值
列表项中包含的值。The value contained in the list item. 默认值为 null。The default is null.
注解
如果此属性为 null ,则调用检索值将返回属性的值 Text 。If this property is null, a call to retrieve the value returns the value of the Text property.