SPMobileCreatedModifiedPanel.Visible Property
Gets the value that indicates whether to display the list item creation and modification details.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Visible As Boolean
Get
'Usage
Dim instance As SPMobileCreatedModifiedPanel
Dim value As Boolean
value = instance.Visible
public override bool Visible { get; }
Property Value
Type: System.Boolean
true if any of the Created, Author, Modified or Editor fields exist on the list item; otherwise, false.
See Also
Reference
SPMobileCreatedModifiedPanel Class