GitPushSearchCriteria.ToDate Property
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "toDate", EmitDefaultValue := False)> _
Public Property ToDate As Nullable(Of DateTime)
[DataMemberAttribute(Name = "toDate", EmitDefaultValue = false)]
public Nullable<DateTime> ToDate { get; set; }
[DataMemberAttribute(Name = L"toDate", EmitDefaultValue = false)]
public:
property Nullable<DateTime> ToDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
[<DataMemberAttribute(Name = "toDate", EmitDefaultValue = false)>]
member ToDate : Nullable<DateTime> with get, set
function get ToDate () : Nullable<DateTime>
function set ToDate (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.