Share via


TFSProvider.EventWriteEvent_CustomerIntelligence_Info Method

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function EventWriteEvent_CustomerIntelligence_Info ( _
    Count As Integer, _
    Properties As String _
) As Boolean
public bool EventWriteEvent_CustomerIntelligence_Info(
    int Count,
    string Properties
)
public:
bool EventWriteEvent_CustomerIntelligence_Info(
    int Count, 
    String^ Properties
)
member EventWriteEvent_CustomerIntelligence_Info : 
        Count:int * 
        Properties:string -> bool
public function EventWriteEvent_CustomerIntelligence_Info(
    Count : int, 
    Properties : String
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

TFSProvider Class

Microsoft.TeamFoundation.Framework.Server Namespace