SPManagedAccount-Klasse

Das Kennwort eines Kontos verwaltet.

Vererbungshierarchie

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPManagedAccount

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<GuidAttribute("E34487AF-2A20-4B89-BEF6-DEA0B0B2522C")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class SPManagedAccount _
    Inherits SPPersistedObject
'Usage
Dim instance As SPManagedAccount
[GuidAttribute("E34487AF-2A20-4B89-BEF6-DEA0B0B2522C")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class SPManagedAccount : SPPersistedObject

Threadsicherheit

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

Siehe auch

Referenz

SPManagedAccount-Member

Microsoft.SharePoint.Administration-Namespace