CodeChange.MethodKind Property

Namespace:  Microsoft.TeamFoundation.TestImpact.Client
Assembly:  Microsoft.TeamFoundation.TestImpact.Client (in Microsoft.TeamFoundation.TestImpact.Client.dll)

Syntax

'Declaration
Public Property MethodKind As MethodKind
public MethodKind MethodKind { get; set; }
public:
property MethodKind MethodKind {
    MethodKind get ();
    void set (MethodKind value);
}
member MethodKind : MethodKind with get, set
function get MethodKind () : MethodKind 
function set MethodKind (value : MethodKind)

Property Value

Type: Microsoft.TeamFoundation.TestImpact.Client.MethodKind
Returns MethodKind.

.NET Framework Security

See Also

Reference

CodeChange Class

Microsoft.TeamFoundation.TestImpact.Client Namespace