Freigeben über


TfvcChangesetSearchCriteria.versionDescriptor Property

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
Public Property versionDescriptor As TfvcVersionDescriptor
public TfvcVersionDescriptor versionDescriptor { get; set; }
public:
property TfvcVersionDescriptor^ versionDescriptor {
    TfvcVersionDescriptor^ get ();
    void set (TfvcVersionDescriptor^ value);
}
member versionDescriptor : TfvcVersionDescriptor with get, set
function get versionDescriptor () : TfvcVersionDescriptor 
function set versionDescriptor (value : TfvcVersionDescriptor)

Property Value

Type: Microsoft.TeamFoundation.SourceControl.WebApi.TfvcVersionDescriptor

.NET Framework Security

See Also

Reference

TfvcChangesetSearchCriteria Class

Microsoft.TeamFoundation.SourceControl.WebApi Namespace