Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the password of the administrator of the server farm.
Namespace: Microsoft.SharePoint.Administration.Backup
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Property FarmAdminPassword As SecureString
Get
Set
Dim instance As SPRestoreSettings
Dim value As SecureString
value = instance.FarmAdminPassword
instance.FarmAdminPassword = value
public SecureString FarmAdminPassword { get; set; }
Property Value
Type: System.Security.SecureString
A SecureString that represents the password of the farm administrator.