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.
Retrieves the GUID of the plug-in.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public ReadOnly Property GUID As Guid
'Usage
Dim instance As PluginRecord
Dim value As Guid
value = instance.GUID
public Guid GUID { get; }
public:
property Guid GUID {
Guid get ();
}
public function get GUID () : Guid
Property Value
Type: System.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.