SPObjectSharingInformation.IsSharedWithSecurityGroup-Eigenschaft
Ruft ab, ob das Objekt mit mindestens einer Sicherheitsgruppe bereitgestellt wird.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsSharedWithSecurityGroup As Boolean
Get
Private Set
'Usage
Dim instance As SPObjectSharingInformation
Dim value As Boolean
value = instance.IsSharedWithSecurityGroup
public bool IsSharedWithSecurityGroup { get; private set; }
Eigenschaftswert
Typ: System.Boolean
true , wenn das Objekt freigegeben wird, andernfalls false.
Siehe auch
Referenz
SPObjectSharingInformation Klasse