TeamFoundationServiceHost.StaticContentDirectory Property

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

See Also

Reference

TeamFoundationServiceHost Class

Microsoft.TeamFoundation.Framework.Server Namespace