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.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<InheritedExportAttribute> _
Public Interface IApplicationSettings
[InheritedExportAttribute]
public interface IApplicationSettings
[InheritedExportAttribute]
public interface class IApplicationSettings
[<InheritedExportAttribute>]
type IApplicationSettings = interface end
public interface IApplicationSettings
The IApplicationSettings type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Item | Return the value for the provided key. Returns null if the key does not exist. |
Top