GitQueryCommitsCriteria.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 String
[DataMemberAttribute(Name = "toDate", EmitDefaultValue = false)]
public string ToDate { get; set; }
[DataMemberAttribute(Name = L"toDate", EmitDefaultValue = false)]
public:
property String^ ToDate {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "toDate", EmitDefaultValue = false)>]
member ToDate : string with get, set
function get ToDate () : String
function set ToDate (value : String)
Property Value
Type: System.String
.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.