ImageRegistration.Hide property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Hide As Boolean
Get
Set
'Usage
Dim instance As ImageRegistration
Dim value As Boolean
value = instance.Hide
instance.Hide = value
public bool Hide { get; set; }
Property value
Type: System.Boolean