StoredQueryNotFoundException.Guid Property

Gets the GUID identifier for the stored procedure.

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

Syntax

'Declaration
Public ReadOnly Property Guid As String
public string Guid { get; }
public:
property String^ Guid {
    String^ get ();
}
member Guid : string
function get Guid () : String

Property Value

Type: System.String
The GUID string.

.NET Framework Security

See Also

Reference

StoredQueryNotFoundException Class

Microsoft.TeamFoundation.TestManagement.Client Namespace