VersionControlFolderDifferenceExt.VersionControlFolderDifferenceParams.Filter Property

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

VersionControlFolderDifferenceExt.VersionControlFolderDifferenceParams Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace