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