Share via


PluginRecord.Description Property

Retrieves a string that describes what the plug-in does.

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

Syntax

'Declaration
Public ReadOnly Property Description As String
'Usage
Dim instance As PluginRecord 
Dim value As String 

value = instance.Description
public string Description { get; }
public:
property String^ Description {
    String^ get ();
}
public function get Description () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

PluginRecord Class

PluginRecord Members

Microsoft.TeamFoundation Namespace