CommonStructureEdit.CommonStructureServiceProxy Property

Namespace:  Microsoft.TeamFoundation.Controls
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Property CommonStructureServiceProxy As ICommonStructureService
public ICommonStructureService CommonStructureServiceProxy { get; set; }
public:
property ICommonStructureService^ CommonStructureServiceProxy {
    ICommonStructureService^ get ();
    void set (ICommonStructureService^ value);
}
member CommonStructureServiceProxy : ICommonStructureService with get, set
function get CommonStructureServiceProxy () : ICommonStructureService 
function set CommonStructureServiceProxy (value : ICommonStructureService)

Property Value

Type: Microsoft.TeamFoundation.Server.ICommonStructureService
Returns ICommonStructureService.

.NET Framework Security

See Also

Reference

CommonStructureEdit Class

Microsoft.TeamFoundation.Controls Namespace