Share via


InvalidWorkItemTypeException.Actual Property

Gets the actual work item type.

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

Syntax

'Declaration
Public ReadOnly Property Actual As String
public string Actual { get; }
public:
property String^ Actual {
    String^ get ();
}
member Actual : string with get
function get Actual () : String

Property Value

Type: String

.NET Framework Security

See Also

Reference

InvalidWorkItemTypeException Class

Microsoft.TeamFoundation.TestManagement.Client Namespace