Test.TestType Property
Namespace: Microsoft.TeamFoundation.TestImpact.Client
Assembly: Microsoft.TeamFoundation.TestImpact.Client (in Microsoft.TeamFoundation.TestImpact.Client.dll)
Syntax
‘선언
Public Property TestType As String
Get
Friend Set
public string TestType { get; internal set; }
public:
property String^ TestType {
String^ get ();
internal: void set (String^ value);
}
member TestType : string with get, internal set
function get TestType () : String
internal function set TestType (value : String)
Property Value
Type: System.String
.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.