LicenseType.Description Property

A description of the license type

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

Syntax

'Declaration
Public Property Description As String
public string Description { get; set; }
public:
virtual property String^ Description {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract Description : string with get, set 
override Description : string with get, set
final function get Description () : String 
final function set Description (value : String)

Property Value

Type: System.String
Returns String.

Implements

ILicenseType.Description

.NET Framework Security

See Also

Reference

LicenseType Class

Microsoft.TeamFoundation.Framework.Server Namespace