Share via


LicenseFeature.Description Property

A descripton of the feature.

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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

ILicenseFeature.Description

.NET Framework Security

See Also

Reference

LicenseFeature Class

Microsoft.TeamFoundation.Server.Core Namespace