SPFarm.PasswordChangeEmailAddress property

Email address to which to send password change notifcations Used by the automatic password change feature.

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

Syntax

'Declaration
Public Property PasswordChangeEmailAddress As String
    Get
    Set
'Usage
Dim instance As SPFarm
Dim value As String

value = instance.PasswordChangeEmailAddress

instance.PasswordChangeEmailAddress = value
public string PasswordChangeEmailAddress { get; set; }

Property value

Type: System.String
Returns String.

See also

Reference

SPFarm class

SPFarm members

Microsoft.SharePoint.Administration namespace