WorkItemLink.ChangedDate Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Property ChangedDate As Nullable(Of DateTime)
public Nullable<DateTime> ChangedDate { get; set; }
public:
property Nullable<DateTime> ChangedDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member ChangedDate : Nullable<DateTime> with get, set
function get ChangedDate () : Nullable<DateTime>
function set ChangedDate (value : Nullable<DateTime>)
Property Value
Type: System.Nullable<DateTime>
.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.