StoredQueryNotFoundException.Guid Propriedade
Obtém o identificador GUID para o procedimento armazenado.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
public string Guid { get; }
public:
property String^ Guid {
String^ get();
}
member Guid : string with get
Public ReadOnly Property Guid As String
Valor de propriedade
Type: System.String
A seqüência de caracteres GUID.
Consulte também
Classe StoredQueryNotFoundException
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo