Share via


CreateRiaClientFilesTask.ClientFrameworkPath 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 targeted framework for the client.

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

Syntax

'Declaration
<RequiredAttribute> _
Public Property ClientFrameworkPath As String
    Get
    Set
'Usage
Dim instance As CreateRiaClientFilesTask
Dim value As String

value = instance.ClientFrameworkPath

instance.ClientFrameworkPath = value
[RequiredAttribute]
public string ClientFrameworkPath { get; set; }
[RequiredAttribute]
public:
property String^ ClientFrameworkPath {
    String^ get ();
    void set (String^ value);
}
[<RequiredAttribute>]
member ClientFrameworkPath : string with get, set
function get ClientFrameworkPath () : String
function set ClientFrameworkPath (value : String)

Property Value

Type: System.String
Returns the full path to the targeted framework for the client.

See Also

Reference

CreateRiaClientFilesTask Class

Microsoft.ServiceModel.DomainServices.Tools Namespace