SPMobileItemFieldIterator.FieldSeparatorTemplateName property
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property FieldSeparatorTemplateName As String
Get
Set
'Usage
Dim instance As SPMobileItemFieldIterator
Dim value As String
value = instance.FieldSeparatorTemplateName
instance.FieldSeparatorTemplateName = value
public virtual string FieldSeparatorTemplateName { get; set; }
Property value
Type: System.String
See also
Reference
SPMobileItemFieldIterator class