Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the GUID of this artifact specifier.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property Kind As Guid
public Guid Kind { get; internal set; }
public:
property Guid Kind {
Guid get ();
internal: void set (Guid value);
}
member Kind : Guid with get, internal set
function get Kind () : Guid
internal function set Kind (value : Guid)
Property Value
Type: System.Guid
The GUID of this artifact specifier.
.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.