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
- Count
Type: System.Int32
- Properties
Type: System.String
Return Value
Type: System.Boolean
Returns 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.