CatalogItem.ExecutionDate Property

Namespace:  Microsoft.TeamFoundation.Client.Reporting
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

‘선언
Public Property ExecutionDate As DateTime
    Get
    Set
public DateTime ExecutionDate { get; set; }
public:
property DateTime ExecutionDate {
    DateTime get ();
    void set (DateTime value);
}
member ExecutionDate : DateTime with get, set
function get ExecutionDate () : DateTime
function set ExecutionDate (value : DateTime)

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

CatalogItem Class

Microsoft.TeamFoundation.Client.Reporting Namespace