TileData.LinkLocation 属性
获取集合中指定索引处的角色分配。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property LinkLocation As String
Get
Set
用法
Dim instance As TileData
Dim value As String
value = instance.LinkLocation
instance.LinkLocation = value
public string LinkLocation { get; set; }