ServiceDefinition.RelativeToSetting Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The tier of [TeamFoundationServer] that this service is relative to.

This, together 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.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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
Returns RelativeToSetting.

.NET Framework Security

See Also

Reference

ServiceDefinition Class

Microsoft.TeamFoundation.Framework.Server Namespace