PluginRecord.GUID Property
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property GUID As Guid
public Guid GUID { get; }
public:
property Guid GUID {
Guid get ();
}
member GUID : Guid with get
function get GUID () : Guid
Property Value
Type: System.Guid
Returns Guid.
.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.