SPManagedAccount.ChangeSchedule property

Gets or sets when the password of an account changes.

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

Syntax

'Declaration
Public Property ChangeSchedule As SPSchedule
    Get
    Set
'Usage
Dim instance As SPManagedAccount
Dim value As SPSchedule

value = instance.ChangeSchedule

instance.ChangeSchedule = value
public SPSchedule ChangeSchedule { get; set; }

Property value

Type: Microsoft.SharePoint.SPSchedule
A SPSchedule object that determines when the password of an account changes.

See also

Reference

SPManagedAccount class

SPManagedAccount members

Microsoft.SharePoint.Administration namespace