User CredentialsUser Name Property
Get or set the user name
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 UserName { get; set; }VB
Public Property UserName As String
Get
SetC++
public:
property String^ UserName {
String^ get ();
void set (String^ value);
}F#
member UserName : string with get, setProperty Value
StringIf UseDefaultCredentials is true, this will be ignored