IDialogControlHost.TeamFoundationServer Property
Gets the Team Foundation Server associated with the current host.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
ReadOnly Property TeamFoundationServer As TeamFoundationServer
'Usage
Dim instance As IDialogControlHost
Dim value As TeamFoundationServer
value = instance.TeamFoundationServer
TeamFoundationServer TeamFoundationServer { get; }
property TeamFoundationServer^ TeamFoundationServer {
TeamFoundationServer^ get ();
}
function get TeamFoundationServer () : TeamFoundationServer
Property Value
Type: Microsoft.TeamFoundation.Client.TeamFoundationServer
.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