Share via


DeterminedItem.FilePattern Property

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

Syntax

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

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

DeterminedItem Class

Microsoft.TeamFoundation.VersionControl.Server Namespace