CustomerIntelligenceData.Add Method (String, List<Boolean>)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub Add ( _
name As String, _
values As List(Of Boolean) _
)
public void Add(
string name,
List<bool> values
)
public:
void Add(
String^ name,
List<bool>^ values
)
member Add :
name:string *
values:List<bool> -> unit
public function Add(
name : String,
values : List<boolean>
)
Parameters
- name
Type: System.String
- values
Type: System.Collections.Generic.List<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.