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

See Also

Reference

ITestCaseResult Interface

ITestCaseResult Members

Microsoft.TeamFoundation.TestManagement.Client Namespace