Field.Id Property
Gets the ID of this field.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
声明
Public ReadOnly Property Id As Integer
Get
public int Id { get; }
public:
property int Id {
int get ();
}
member Id : int
function get Id () : int
Property Value
Type: System.Int32
The ID of this field.
Remarks
The ID of a field is the same as its FieldDefinition ID.
.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.