CustomerIntelligenceService.CustomerIntelligenceProvider.TraceCustomerIntelligence Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function TraceCustomerIntelligence ( _
properties As String _
) As Boolean
public bool TraceCustomerIntelligence(
string properties
)
public:
bool TraceCustomerIntelligence(
String^ properties
)
member TraceCustomerIntelligence :
properties:string -> bool
public function TraceCustomerIntelligence(
properties : String
) : boolean
Parameters
- properties
Type: System.String
Return Value
Type: System.Boolean
.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
CustomerIntelligenceService.CustomerIntelligenceProvider Class