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 portion 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.Server.Core.Location
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
.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.