SPMobileComponent.Linkable Property
Gets or sets a value that indicates whether SPMobileComponent can be a link to another page or form.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property Linkable As Boolean
Get
Set
'Usage
Dim instance As SPMobileComponent
Dim value As Boolean
value = instance.Linkable
instance.Linkable = value
public virtual bool Linkable { get; set; }
Property Value
Type: System.Boolean
true if SPMobileComponent can be a link to another page or form; otherwise, false. The default is false.