BuildDefinitionChangedEvent.WorkspaceMappingChanges Property

Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
Public ReadOnly Property WorkspaceMappingChanges As List(Of PropertyChange(Of WorkspaceMapping))
public List<PropertyChange<WorkspaceMapping>> WorkspaceMappingChanges { get; }
public:
property List<PropertyChange<WorkspaceMapping^>^>^ WorkspaceMappingChanges {
    List<PropertyChange<WorkspaceMapping^>^>^ get ();
}
member WorkspaceMappingChanges : List<PropertyChange<WorkspaceMapping>> with get
function get WorkspaceMappingChanges () : List<PropertyChange<WorkspaceMapping>>

Property Value

Type: System.Collections.Generic.List<PropertyChange<WorkspaceMapping>>
Returns List<T>.

.NET Framework Security

See Also

Reference

BuildDefinitionChangedEvent Class

Microsoft.TeamFoundation.Build.Server Namespace