BuildData.TeamProject Property
Namespace: Microsoft.TeamFoundation.Build.Proxy
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Property TeamProject As String
'Usage
Dim instance As BuildData
Dim value As String
value = instance.TeamProject
instance.TeamProject = value
public string TeamProject { get; set; }
public:
property String^ TeamProject {
String^ get ();
void set (String^ value);
}
public function get TeamProject () : String
public function set TeamProject (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.