Share via


TeamFoundationServiceHostProperties.ResourceDirectory Property

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

Syntax

'宣言
Public Property ResourceDirectory As String
    Get
    Set
public string ResourceDirectory { get; set; }
public:
property String^ ResourceDirectory {
    String^ get ();
    void set (String^ value);
}
member ResourceDirectory : string with get, set
function get ResourceDirectory () : String
function set ResourceDirectory (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

TeamFoundationServiceHostProperties Class

Microsoft.TeamFoundation.Framework.Server Namespace