CredentialCreateProperties.UserName Propriedade
Obrigatório. Obtém ou define o nome de usuário da credencial.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public string UserName { get; set; }
public:
property String^ UserName {
String^ get();
void set(String^ value);
}
member UserName : string with get, set
Public Property UserName As String
Valor de propriedade
Type: System.String
Consulte também
Classe CredentialCreateProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo