FileType.Extensions Property

List of extensions these settings apply to. Do not include the * or (example: txt)

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

Syntax

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

Property Value

Type: System.Collections.Generic.List<String>
Returns List<T>.

.NET Framework Security

See Also

Reference

FileType Class

Microsoft.TeamFoundation.VersionControl.Server Namespace