RiaClientFilesTask.OutputDirectory 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 of the output directory.

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

Syntax

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

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

Property Value

Type: System.String
The absolute path of the output directory.

See Also

Reference

RiaClientFilesTask Class

Microsoft.ServiceModel.DomainServices.Tools Namespace