BuildResourceChangedEvent.PropertyChanges Property

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

Syntax

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

Property Value

Type: System.Collections.Generic.List<PropertyChange>

.NET Framework Security

See Also

Reference

BuildResourceChangedEvent Class

Microsoft.TeamFoundation.Build.Server Namespace