Share via


CreateRiaClientFilesTask.IsClientApplication 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 string form of a boolean that indicates whether the client project is an application.

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

Syntax

'Declaration
Public Property IsClientApplication As String
    Get
    Set
'Usage
Dim instance As CreateRiaClientFilesTask
Dim value As String

value = instance.IsClientApplication

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

Property Value

Type: System.String
Returns aString containing a boolean value which indicates whether the client project is an application.

See Also

Reference

CreateRiaClientFilesTask Class

Microsoft.ServiceModel.DomainServices.Tools Namespace