Share via


ServiceDefinition.RelativeToSetting Property

The tier of TeamFoundationServer that this service is relative to. This, along with the RelativePath and the location service definition entry for the access mapping is used to determine the final location of services that have a setting other than FullyQualified. If the caller changes this value this definition will contain incorrect values for its LocationMappings and will return incorrect locations for calls to LocationForZone until it is passed back into the LocationServiceAPI.

Namespace:  Microsoft.TeamFoundation.Server.Core.Location
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

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

Property Value

Type: Microsoft.TeamFoundation.Framework.Common.RelativeToSetting

.NET Framework Security

See Also

Reference

ServiceDefinition Class

Microsoft.TeamFoundation.Server.Core.Location Namespace