ProfileBase.IsProfileOwner-Methode
Gibt einen Wert, der angibt, ob der angegebene Benutzer der Besitzer des Profils ist.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public MustOverride Function IsProfileOwner ( _
possibleOwner As UserProfile _
) As Boolean
'Usage
Dim instance As ProfileBase
Dim possibleOwner As UserProfile
Dim returnValue As Boolean
returnValue = instance.IsProfileOwner(possibleOwner)
public abstract bool IsProfileOwner(
UserProfile possibleOwner
)
Parameter
- possibleOwner
Typ: Microsoft.Office.Server.UserProfiles.UserProfile
Rückgabewert
Typ: System.Boolean