SQMNewWILinkCommand.CommandTraceService Property
Namespace: Microsoft.TeamFoundation.VersionControl.Controls.MyWork
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Property CommandTraceService As IMyWorkSqmCommandService
public IMyWorkSqmCommandService CommandTraceService { get; set; }
public:
property IMyWorkSqmCommandService^ CommandTraceService {
IMyWorkSqmCommandService^ get ();
void set (IMyWorkSqmCommandService^ value);
}
member CommandTraceService : IMyWorkSqmCommandService with get, set
function get CommandTraceService () : IMyWorkSqmCommandService
function set CommandTraceService (value : IMyWorkSqmCommandService)
Property Value
Type: IMyWorkSqmCommandService
.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.VersionControl.Controls.MyWork Namespace