Propriedade TeamFoundationIdentityName.DisplayName
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
'Declaração
Public Property DisplayName As String
public string DisplayName { get; private set; }
public:
property String^ DisplayName {
String^ get ();
private: void set (String^ value);
}
member DisplayName : string with get, private set
function get DisplayName () : String
private function set DisplayName (value : String)
Valor de propriedade
Tipo: System.String
Retorna String.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.