RiaClientFilesTask.ClientProjectDirectory Property

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Gets the absolute path to the project running this task.

Namespace:  Microsoft.ServiceModel.DomainServices.Tools
Assembly:  Microsoft.ServiceModel.DomainServices.Tools (in Microsoft.ServiceModel.DomainServices.Tools.dll)

Syntax

'Declaration
Protected ReadOnly Property ClientProjectDirectory As String
    Get
'Usage
Dim value As String

value = Me.ClientProjectDirectory
protected string ClientProjectDirectory { get; }
protected:
property String^ ClientProjectDirectory {
    String^ get ();
}
member ClientProjectDirectory : string
function get ClientProjectDirectory () : String

Property Value

Type: System.String
The absolute path to the project running this task

See Also

Reference

RiaClientFilesTask Class

Microsoft.ServiceModel.DomainServices.Tools Namespace