ITestPointAssignment.ConfigurationId Property
Gets or sets the configuration ID for the test point to reassign.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Property ConfigurationId As Integer
int ConfigurationId { get; set; }
property int ConfigurationId {
int get ();
void set (int value);
}
abstract ConfigurationId : int with get, set
function get ConfigurationId () : int
function set ConfigurationId (value : int)
Property Value
Type: Int32
The configuration identifier.
.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
ITestPointAssignment Interface