LicenseFeature.Id Property
License feature unique id.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property Id As Guid
public Guid Id { get; set; }
public:
virtual property Guid Id {
Guid get () sealed;
void set (Guid value) sealed;
}
abstract Id : Guid with get, set
override Id : Guid with get, set
final function get Id () : Guid
final function set Id (value : Guid)
Property Value
Type: System.Guid
Returns Guid.
Implements
.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.