Share via


SPMobileBlogPictureUploadPanel.Visible property

NOTE: This API is now obsolete.

This member overrides Control.Visible.

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

Syntax

'Declaration
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Public Overrides ReadOnly Property Visible As Boolean
    Get
'Usage
Dim instance As SPMobileBlogPictureUploadPanel
Dim value As Boolean

value = instance.Visible
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
public override bool Visible { get; }

Property value

Type: System.Boolean

See also

Reference

SPMobileBlogPictureUploadPanel class

SPMobileBlogPictureUploadPanel members

Microsoft.SharePoint.MobileControls namespace