SPMobileForm.EncType Property

Gets or sets the EncType attribute value for the Form element.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property EncType As String
    Get
    Set
'Usage
Dim instance As SPMobileForm
Dim value As String

value = instance.EncType

instance.EncType = value
public string EncType { get; set; }

Property Value

Type: System.String
The value of the EncType attribute.

See Also

Reference

SPMobileForm Class

SPMobileForm Members

Microsoft.SharePoint.MobileControls Namespace