This documentation is archived and is not being maintained.

ServiceDefinition::RelativePath Property

The relative path for this ServiceDefinition. If the RelativeToSetting is FullyQualified, this value must be null, otherwise it must contain the portion of the path that is relative to whatever the relative setting is for the ServiceDefinition.

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

public:
property String^ RelativePath {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String

Show: