Share via


LicenseFeature.Description Property

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
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

Implements

ILicenseFeature.Description

.NET Framework Security

See Also

Reference

LicenseFeature Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace