ArtifactSpec.Kind Property
Gets the GUID of this artifact specifier.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Public Property Kind As Guid
Get
Friend Set
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.