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 with get
function get Guid () : String
Property Value
Type: String
The GUID string.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.