InvalidWorkspaceMappingException.WorkspaceMapping Property
Gets the IWorkspaceMapping object that caused the error.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Декларация
Public ReadOnly Property WorkspaceMapping As IWorkspaceMapping
Get
public IWorkspaceMapping WorkspaceMapping { get; }
public:
property IWorkspaceMapping^ WorkspaceMapping {
IWorkspaceMapping^ get ();
}
member WorkspaceMapping : IWorkspaceMapping
function get WorkspaceMapping () : IWorkspaceMapping
Property Value
Type: Microsoft.TeamFoundation.Build.Client.IWorkspaceMapping
The IWorkspaceMapping object that caused the error.
.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.
See Also
Reference
InvalidWorkspaceMappingException Class
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace