FeatureLinks.DisplayMode Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DisplayMode As FeatureLinks.Mode
Get
Set
'Usage
Dim instance As FeatureLinks
Dim value As FeatureLinks.Mode
value = instance.DisplayMode
instance.DisplayMode = value
public FeatureLinks.Mode DisplayMode { get; set; }
Property Value
Type: Microsoft.SharePoint.WebControls.FeatureLinks.Mode