CodeChange.MethodKind Property
Namespace: Microsoft.TeamFoundation.TestImpact.Client
Assembly: Microsoft.TeamFoundation.TestImpact.Client (in Microsoft.TeamFoundation.TestImpact.Client.dll)
Syntax
'Déclaration
Public Property MethodKind As MethodKind
Get
Set
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
.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.