ChangedEvent.PropertyChanges Property
Gets the list of properties that changed together with the previous and current values.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Property PropertyChanges As List(Of PropertyChange)
public List<PropertyChange> PropertyChanges { get; set; }
public:
property List<PropertyChange^>^ PropertyChanges {
List<PropertyChange^>^ get ();
void set (List<PropertyChange^>^ value);
}
member PropertyChanges : List<PropertyChange> with get, set
function get PropertyChanges () : List<PropertyChange>
function set PropertyChanges (value : List<PropertyChange>)
Property Value
Type: System.Collections.Generic.List<PropertyChange>
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.