Freigeben über


UserProfile.IsProfileOwner-Methode

Gibt einen Wert, der angibt, ob der angegebene Benutzer Besitzer des Benutzerprofils ist.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Overrides Function IsProfileOwner ( _
    possibleOwner As UserProfile _
) As Boolean
'Usage
Dim instance As UserProfile
Dim possibleOwner As UserProfile
Dim returnValue As Boolean

returnValue = instance.IsProfileOwner(possibleOwner)
public override bool IsProfileOwner(
    UserProfile possibleOwner
)

Parameter

Rückgabewert

Typ: System.Boolean
true , wenn der angegebene Benutzer, dem das Profil gehört; andernfalls false.

Siehe auch

Referenz

UserProfile Klasse

UserProfile-Member

Microsoft.Office.Server.UserProfiles-Namespace