Share via


ClientCodeGenerationOptions.ClientProjectPath 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 full path to the client's project file.

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

Syntax

'Declaration
Public Property ClientProjectPath As String
    Get
    Set
'Usage
Dim instance As ClientCodeGenerationOptions
Dim value As String

value = instance.ClientProjectPath

instance.ClientProjectPath = value
public string ClientProjectPath { get; set; }
public:
property String^ ClientProjectPath {
    String^ get ();
    void set (String^ value);
}
member ClientProjectPath : string with get, set
function get ClientProjectPath () : String
function set ClientProjectPath (value : String)

Property Value

Type: System.String
A value that contains the full path to the client's project file.l

See Also

Reference

ClientCodeGenerationOptions Class

Microsoft.ServiceModel.DomainServices.Tools Namespace