Freigeben über


PropertyBase-Klasse

Stellt die abstrakte Klasse, die die Grundelemente einer Profileigenschaft definiert.

Vererbungshierarchie

System.Object
  Microsoft.Office.Server.UserProfiles.PropertyBase
    Microsoft.Office.Server.UserProfiles.CoreProperty
    Microsoft.Office.Server.UserProfiles.ProfileSubtypeProperty
    Microsoft.Office.Server.UserProfiles.ProfileTypeProperty

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public MustInherit Class PropertyBase
'Usage
Dim instance As PropertyBase
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class PropertyBase

Hinweise

Dies ist die Basisklasse für CoreProperty, ProfileTypePropertyund ProfileSubtypeProperty.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

PropertyBase-Member

Microsoft.Office.Server.UserProfiles-Namespace