SPMobileBaseFieldControl.ID property
Obtém a ID do campo.
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Overrides ReadOnly Property ID As String
Get
'Uso
Dim instance As SPMobileBaseFieldControl
Dim value As String
value = instance.ID
public override string ID { get; }
Property value
Type: System.String
O nome interno do campo.
Ver também
Referência
SPMobileBaseFieldControl class