| UserCredentialsUserName Property |
Get or set the user name
Namespace: SandcastleBuilder.PlugInsAssembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2014.11.22.0
Syntax public string UserName { get; set; }
Public Property UserName As String
Get
Set
public:
property String^ UserName {
String^ get ();
void set (String^ value);
}
member UserName : string with get, set
Property Value
Type:
StringIf
UseDefaultCredentials is true, this will be ignored
See Also