ValidateDomainServicesTask.ProjectPath 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 to the project file of the targeted Web application whose DomainService objects are to be validated.
Namespace: Microsoft.ServiceModel.DomainServices.Tools
Assembly: Microsoft.ServiceModel.DomainServices.Tools (in Microsoft.ServiceModel.DomainServices.Tools.dll)
Syntax
'Declaration
<RequiredAttribute> _
Public Property ProjectPath As String
Get
Set
'Usage
Dim instance As ValidateDomainServicesTask
Dim value As String
value = instance.ProjectPath
instance.ProjectPath = value
[RequiredAttribute]
public string ProjectPath { get; set; }
[RequiredAttribute]
public:
property String^ ProjectPath {
String^ get ();
void set (String^ value);
}
[<RequiredAttribute>]
member ProjectPath : string with get, set
function get ProjectPath () : String
function set ProjectPath (value : String)
Property Value
Type: System.String
The path to the project file of the targeted Web application.