SPManagedAccount.ChangeSchedule Property

Gets or sets when the password of an account changes.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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