ServiceDefinition.RelativePath Property

The relative path for this service definition. If the [RelativeToSetting] is [FullyQualified], this value must be null. Otherwise it must contain the part of the path that is relative to whatever the relative setting is for the service. 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
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property RelativePath As String
[ClientPropertyAttribute(ClientVisibility.Private)]
public string RelativePath { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property String^ RelativePath {
    String^ get ();
    void set (String^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member RelativePath : string with get, set
function get RelativePath () : String 
function set RelativePath (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ServiceDefinition Class

Microsoft.TeamFoundation.Framework.Server Namespace