SPMobileBaseTextField.Value property
NOTE: This API is now obsolete.
This member overrides SPMobileBaseFieldControl.Value.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaração
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Public Overrides Property Value As Object
Get
Set
'Uso
Dim instance As SPMobileBaseTextField
Dim value As Object
value = instance.Value
instance.Value = value
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
public override Object Value { get; set; }
Type: System.Object