This documentation is archived and is not being maintained.

ServiceDefinition::RelativeToSetting Property

Inidicates whether the ServiceDefinition is relative to some aspect of the Team Foundation Server deployment or FullyQualified meaning that it is an external service. If this RelativeToSetting does not have a value of FullyQualified then the RelativePath must not be null or empty.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
property RelativeToSetting RelativeToSetting {
	RelativeToSetting get ();
	void set (RelativeToSetting value);
}

Show: