ConnectPageProjectExtendedInfo.ToolTipFullRow Property
Optional additional full row tool string to display for the Team Project.
Namespace: Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public Property ToolTipFullRow As String
public string ToolTipFullRow { get; set; }
public:
property String^ ToolTipFullRow {
String^ get ();
void set (String^ value);
}
member ToolTipFullRow : string with get, set
function get ToolTipFullRow () : String
function set ToolTipFullRow (value : 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.
See Also
Reference
ConnectPageProjectExtendedInfo Class
Microsoft.VisualStudio.TeamFoundation.TeamExplorer.ConnectPage Namespace