AccountAuthCredentials.UserName Property
Gets or sets a string containing the user name.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property UserName As String
Get
Set
'Usage
Dim instance As AccountAuthCredentials
Dim value As String
value = instance.UserName
instance.UserName = value
public string UserName { get; set; }
Property Value
Type: System.String
A string representing the user name.
See Also
Reference
AccountAuthCredentials Members
Microsoft.Office.Server.Search.Administration Namespace