QueryItem.Id Property
Gets the identifier of this query item.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
‘선언
Public Property Id As Guid
Get
Friend Set
public Guid Id { get; internal set; }
public:
property Guid Id {
Guid get ();
internal: void set (Guid value);
}
member Id : Guid with get, internal set
function get Id () : Guid
internal function set Id (value : Guid)
Property Value
Type: System.Guid
The identifier of this query item.
.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.