Share via


ServiceDefinition.RelativePath Property

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

.NET Framework Security

See Also

Reference

ServiceDefinition Class

Microsoft.TeamFoundation.Framework.Server Namespace