Share via


TileData.VisibilityFeatureID property

Gets or sets the ID of the feature that needs to be active in order for this tile to be visible.

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

Syntax

'Declaration
Public Property VisibilityFeatureID As Guid
    Get
    Set
'Usage
Dim instance As TileData
Dim value As Guid

value = instance.VisibilityFeatureID

instance.VisibilityFeatureID = value
public Guid VisibilityFeatureID { get; set; }

Property value

Type: System.Guid

See also

Reference

TileData class

TileData members

Microsoft.SharePoint.WebPartPages namespace