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.
Unique Id of the entry
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "id", EmitDefaultValue := False)> _
Public Property Id As Guid
[DataMemberAttribute(Name = "id", EmitDefaultValue = false)]
public Guid Id { get; set; }
[DataMemberAttribute(Name = L"id", EmitDefaultValue = false)]
public:
property Guid Id {
Guid get ();
void set (Guid value);
}
[<DataMemberAttribute(Name = "id", EmitDefaultValue = false)>]
member Id : Guid with get, set
function get Id () : Guid
function set Id (value : Guid)
Property Value
Type: System.Guid
Returns Guid.
.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.