CommonStructureEdit.CommonStructureServiceProxy Property
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
‘선언
Public Property CommonStructureServiceProxy As ICommonStructureService
Get
Set
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
.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.