ITestCaseResult.AfnStrip Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Property AfnStrip As IAfnStrip
Get
Set
'Usage
Dim instance As ITestCaseResult
Dim value As IAfnStrip
value = instance.AfnStrip
instance.AfnStrip = value
IAfnStrip AfnStrip { get; set; }
property IAfnStrip^ AfnStrip {
IAfnStrip^ get ();
void set (IAfnStrip^ value);
}
abstract AfnStrip : IAfnStrip with get, set
function get AfnStrip () : IAfnStrip
function set AfnStrip (value : IAfnStrip)
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.IAfnStrip
.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.