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 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.