UserProfile.IsDefaultDocumentLibraryBlocked property
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property IsDefaultDocumentLibraryBlocked As Boolean
Get
'Usage
Dim instance As UserProfile
Dim value As Boolean
value = instance.IsDefaultDocumentLibraryBlocked
public bool IsDefaultDocumentLibraryBlocked { get; }
Property value
Type: System.Boolean