ProjectPickerControl.AnyProjectText Property

Namespace:  Microsoft.TeamFoundation.Controls
Assembly:  Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)

Syntax

‘선언
Public Property AnyProjectText As String
    Get
    Set
public string AnyProjectText { get; set; }
public:
property String^ AnyProjectText {
    String^ get ();
    void set (String^ value);
}
member AnyProjectText : string with get, set
function get AnyProjectText () : String
function set AnyProjectText (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ProjectPickerControl Class

Microsoft.TeamFoundation.Controls Namespace