AccountAuthCredentials.UserName property
Obtém ou define uma seqüência de caracteres contendo o nome de usuário.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property UserName As String
Get
Set
'Uso
Dim instance As AccountAuthCredentials
Dim value As String
value = instance.UserName
instance.UserName = value
public string UserName { get; set; }
Property value
Type: System.String
Uma sequência que representa o nome do usuário.
Ver também
Referência
AccountAuthCredentials members
Microsoft.Office.Server.Search.Administration namespace