Compartilhar via


Propriedade ISession.Notes

Notas criadas para executar a sessão.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

'Declaração
ReadOnly Property Notes As SessionPropertyCollection(Of ISessionNote)
SessionPropertyCollection<ISessionNote> Notes { get; }
property SessionPropertyCollection<ISessionNote^>^ Notes {
    SessionPropertyCollection<ISessionNote^>^ get ();
}
abstract Notes : SessionPropertyCollection<ISessionNote> with get
function get Notes () : SessionPropertyCollection<ISessionNote>

Valor de propriedade

Tipo: Microsoft.TeamFoundation.TestManagement.Client.SessionPropertyCollection<ISessionNote>
Retorna SessionPropertyCollection<T>.

Segurança do .NET Framework

Consulte também

Referência

ISession Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client