PluginRegistrationAttribute.PluginDescription Property
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public ReadOnly Property PluginDescription As String
public string PluginDescription { get; }
public:
property String^ PluginDescription {
String^ get ();
}
member PluginDescription : string with get
function get PluginDescription () : 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.