ScheduleDefinition.StartDateTime Property
Namespace: Microsoft.TeamFoundation.Client.Reporting
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Public Property StartDateTime As DateTime
Get
Set
public DateTime StartDateTime { get; set; }
public:
property DateTime StartDateTime {
DateTime get ();
void set (DateTime value);
}
member StartDateTime : DateTime with get, set
function get StartDateTime () : DateTime
function set StartDateTime (value : DateTime)
Property Value
Type: System.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.