Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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