Share via


IPlugin.PluginName Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
ReadOnly Property PluginName As String
'Usage
Dim instance As IPlugin 
Dim value As String 

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IPlugin Interface

IPlugin Members

Microsoft.TeamFoundation.Server Namespace