PluginRegistrationAttribute.PluginName Property
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public ReadOnly Property PluginName As String
public string PluginName { get; }
public:
property String^ PluginName {
String^ get ();
}
member PluginName : string with get
function get PluginName () : String
Property Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.