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)

Syntax

'Declaration
Public Property RelativePath As String
public string RelativePath { get; set; }
public:
property String^ RelativePath {
    String^ get ();
    void set (String^ value);
}
member RelativePath : string with get, set
function get RelativePath () : String 
function set RelativePath (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ServiceDefinition Class

Microsoft.TeamFoundation.Framework.Client Namespace