Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.