| Visual Basic (Declaration) | |
|---|---|
Public Property Password As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public string Password {get; set;} | |
Return Value
The administration password.Refer to Install example.
The value of this property is not used in the installation and uninstallation.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code