Share via


TeamSystemWebAccess.ExploreSourceControlPathService Property

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

Syntax

'Declaration
Public Property ExploreSourceControlPathService As ServiceDefinition
public ServiceDefinition ExploreSourceControlPathService { get; set; }
public:
property ServiceDefinition^ ExploreSourceControlPathService {
    ServiceDefinition^ get ();
    void set (ServiceDefinition^ value);
}
member ExploreSourceControlPathService : ServiceDefinition with get, set
function get ExploreSourceControlPathService () : ServiceDefinition 
function set ExploreSourceControlPathService (value : ServiceDefinition)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.ServiceDefinition

.NET Framework Security

See Also

Reference

TeamSystemWebAccess Class

Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects Namespace