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
- 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.