ServiceDefinition.RelativeToSetting Property
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.