LicensePackage.Id Property

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Property Id As String
public string Id { get; set; }
public:
property String^ Id {
    String^ get ();
    void set (String^ value);
}
member Id : string with get, set
function get Id () : String 
function set Id (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

LicensePackage Class

Microsoft.TeamFoundation.Server.Core Namespace