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