User CredentialsPassword Property
Get or set the password
Definition
Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
If UseDefaultCredentials is true, this will be ignored
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public string Password { get; set; }VB
Public Property Password As String
Get
SetC++
public:
property String^ Password {
String^ get ();
void set (String^ value);
}F#
member Password : string with get, setProperty Value
StringIf UseDefaultCredentials is true, this will be ignored