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.
The static content directory, relative to the SAP. This allows the virtual directory to be mapped to a different location than the actual content on the drive.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property StaticContentDirectory As String
public string StaticContentDirectory { get; }
public:
property String^ StaticContentDirectory {
String^ get ();
}
member StaticContentDirectory : string with get
function get StaticContentDirectory () : String
Property Value
Type: System.String
Returns String.
.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.