WebSystem.Password property
Password for the administrator account
Namespace: Microsoft.Web.Hosting.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Password As String
Get
Set
'Usage
Dim instance As WebSystem
Dim value As String
value = instance.Password
instance.Password = value
[DataMemberAttribute]
public string Password { get; set; }
Property value
Type: System.String