Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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