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