Share via


ApplicationInstance.LocationService Property

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

Syntax

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

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.ServiceDefinition

.NET Framework Security

See Also

Reference

ApplicationInstance Class

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