SPMobileTemplateSelector.Prefix Property

Gets the first part of a segmented ID of a RenderingTemplate template.

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

Syntax

'Declaration
Public Overridable Property Prefix As String
    Get
    Set
'Usage
Dim instance As SPMobileTemplateSelector
Dim value As String

value = instance.Prefix

instance.Prefix = value
public virtual string Prefix { get; set; }

Property Value

Type: System.String
A String that represents the first segment of a segmented RenderingTemplate ID.

Remarks

The default implementation returns DefaultPrefix if Prefix is not set.

See Also

Reference

SPMobileTemplateSelector Class

SPMobileTemplateSelector Members

Microsoft.SharePoint.MobileControls Namespace