Share via


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

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

Property Value

Type: System.String

The GUID string.

See Also

StoredQueryNotFoundException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top