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
- 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.