ProjectPickerControl.PortfolioDisplayName Property
If this and PortfolioDisplayName are empty or null, then ProjectPickerControl better be enabled so user can select one.
Value is passed to ProjectPickerControl, PickWorkItemsControl and ColumnsPickerControl child controls.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Property PortfolioDisplayName As String
public string PortfolioDisplayName { get; set; }
public:
property String^ PortfolioDisplayName {
String^ get ();
void set (String^ value);
}
member PortfolioDisplayName : string with get, set
function get PortfolioDisplayName () : String
function set PortfolioDisplayName (value : String)
Property Value
Type: System.String
Returns 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
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace