RiaClientFilesTask.OutputPath 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 or sets the path where ancillary temporary files should go.
Namespace: Microsoft.ServiceModel.DomainServices.Tools
Assembly: Microsoft.ServiceModel.DomainServices.Tools (in Microsoft.ServiceModel.DomainServices.Tools.dll)
Syntax
'Declaration
<RequiredAttribute> _
Public Property OutputPath As String
Get
Set
'Usage
Dim instance As RiaClientFilesTask
Dim value As String
value = instance.OutputPath
instance.OutputPath = value
[RequiredAttribute]
public string OutputPath { get; set; }
[RequiredAttribute]
public:
property String^ OutputPath {
String^ get ();
void set (String^ value);
}
[<RequiredAttribute>]
member OutputPath : string with get, set
function get OutputPath () : String
function set OutputPath (value : String)
Property Value
Type: System.String
The path where ancillary temporary files should go.
Remarks
This path may be absolute or relative. If relative, it will be considered relative to the ClientProjectPath. This property is required. Normal MSBuild semantics will not permit this task to be used unless it has been set.